Html Css Color HEX #BDD008 La Rioja

📋 copy color: '#BDD008'

red 189 ◦ green 208 ◦ blue 8

#BDD008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BDD008

Tints of La Rioja #BDD008

RGB

 RED value IS 189 (74.22% from 255) = 46.67%

 GREEN value IS 208 (81.64% from 255) = 51.36%

 BLUE value IS 8 (3.52% from 255) = 1.98%

R = 46.67%
G = 51.36%
B = 1.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#BDD008 (or 0xBDD008) is known color: La Rioja. HEX triplet: BD, D0 and 08. RGB value is (189,208,8). Sum of RGB (Red+Green+Blue) = 189+208+8=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD008 is #422FF7. Grayscale: #B4B4B4. Windows color (decimal): -4337656 or 577725. OLE color: 577725.

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

Color convert

RGB 189 208 8 -
CMYK 0.09 0 0.96 0.18
HSL 65.7º 0.93% 0.42% -
HSV(B) 65.7º 0.96% 0.82% -
XYZ 43.59 55.95 8.73 -
YUV 179.52 31.21 134.76 -
System Red Green Blue C M Y K H S L
Decimal 189 208 8 0.09 0 0.96 0.18 65.7 0.93 0.42
Hex BD D0 8 9 0 60 12 42 5D 2A
Octal 275 320 10 11 0 140 22 102 135 52
Binary 10111101 11010000 1000 1001 0 1100000 10010 1000010 1011101 101010

Color Harmonies of #BDD008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD008

Black with #BDD008

Text Example


Text Example

White with #BDD008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD008; }

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

 H1.HeaderClassName
 {
   color: #BDD008;
 }
 .AnyTagClassName
 {
   color: #BDD008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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