#B4D005

Color #B4D005 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B4D005

Tints of La Rioja #B4D005

Color information

#B4D005 (or 0xB4D005) is unknown color: approx La Rioja. HEX triplet: B4, D0 and 05. RGB value is (180,208,5). Sum of RGB (Red+Green+Blue) = 180+208+5=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D005 is #4B2FFA. Grayscale: #B1B1B1. Windows color (decimal): -4927483 or 381108. OLE color: 381108.

HSL color Cylindrical-coordinate representation of color #B4D005: hue angle of 68.28º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4D005 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB1802085-
CMYK0.1300.980.18
HSL68.28º95.31%41.76%-
HSV(B)68.28º97.6%81.57%-
XYZ41.4154.838.54-
YUV176.4931.22130.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 208 (81.64% from 255) = 52.93%
BLUE value IS 5 (2.34% from 255) = 1.27%
R=45.80%
G=52.93%
B=1.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal18020850.1300.980.1868.2895.3141.76
HexB4D05D06212445f2a
Octal26432051501422210413752
Binary10110100110100001011101011000101001010001001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D005; }

 p { color: rgb(180,208,5); }

 H1.HeaderClassName
 {
   color: #B4D005;
 }
 .AnyTagClassName
 {
   color: #B4D005;
 }
</style>
background-color css

<style>
 a { background-color: #B4D005; }

 a { background-color: rgb(180,208,5); }

 div.DivClassName
 {
   background-color: #B4D005;
 }
 .BgClassName
 {
   background-color: #B4D005;
 }
</style>
border-color css

<style>
 span { border-color: #B4D005; }

 span { border-color: rgb(180,208,5); }

 td.TdClassName
 {
   border-color: #B4D005;
 }
 .TagClassName
 {
   border-color: #B4D005;
 }
</style>