Html Css Color HEX #BDD00C La Rioja

📋 copy color: '#BDD00C'

red 189 ◦ green 208 ◦ blue 12

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

Shades of La Rioja #BDD00C

Tints of La Rioja #BDD00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.93%

R = 46.21%
G = 50.86%
B = 2.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#BDD00C (or 0xBDD00C) is known color: La Rioja. HEX triplet: BD, D0 and 0C. RGB value is (189,208,12). Sum of RGB (Red+Green+Blue) = 189+208+12=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD00C is #422FF3. Grayscale: #B4B4B4. Windows color (decimal): -4337652 or 839869. OLE color: 839869.

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

Color convert

RGB 189 208 12 -
CMYK 0.09 0 0.94 0.18
HSL 65.82º 0.89% 0.43% -
HSV(B) 65.82º 0.94% 0.82% -
XYZ 43.61 55.96 8.85 -
YUV 179.98 33.21 134.44 -
System Red Green Blue C M Y K H S L
Decimal 189 208 12 0.09 0 0.94 0.18 65.82 0.89 0.43
Hex BD D0 C 9 0 5E 12 42 59 2B
Octal 275 320 14 11 0 136 22 102 131 53
Binary 10111101 11010000 1100 1001 0 1011110 10010 1000010 1011001 101011

Color Harmonies of #BDD00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD00C

Black with #BDD00C

Text Example


Text Example

White with #BDD00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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