#BDD308

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

Shades of La Rioja #BDD308

Tints of La Rioja #BDD308

Color information

#BDD308 (or 0xBDD308) is unknown color: approx La Rioja. HEX triplet: BD, D3 and 08. RGB value is (189,211,8). Sum of RGB (Red+Green+Blue) = 189+211+8=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD308 is #422CF7. Grayscale: #B6B6B6. Windows color (decimal): -4336888 or 578493. OLE color: 578493.

HSL color Cylindrical-coordinate representation of color #BDD308: hue angle of 66.5º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDD308 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB1892118-
CMYK0.1000.960.17
HSL66.5º92.69%42.94%-
HSV(B)66.5º96.21%82.75%-
XYZ44.3257.428.98-
YUV181.2830.21133.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 211 (82.81% from 255) = 51.72%
BLUE value IS 8 (3.52% from 255) = 1.96%
R=46.32%
G=51.72%
B=1.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal18921180.1000.960.1766.592.6942.94
HexBDD38A06011435d2b
Octal275323101201402110313553
Binary101111011101001110001010011000001000110000111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD308; }

 p { color: rgb(189,211,8); }

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

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

 a { background-color: rgb(189,211,8); }

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

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

 span { border-color: rgb(189,211,8); }

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