Html Css Color HEX #BDD10C La Rioja

📋 copy color: '#BDD10C'

red 189 ◦ green 209 ◦ blue 12

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

Shades of La Rioja #BDD10C

Tints of La Rioja #BDD10C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.98%

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

R = 46.1%
G = 50.98%
B = 2.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#BDD10C (or 0xBDD10C) is known color: La Rioja. HEX triplet: BD, D1 and 0C. RGB value is (189,209,12). Sum of RGB (Red+Green+Blue) = 189+209+12=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD10C is #422EF3. Grayscale: #B5B5B5. Windows color (decimal): -4337396 or 840125. OLE color: 840125.

HSL color Cylindrical-coordinate representation of color #BDD10C: hue angle of 66.09º 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 #BDD10C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 12 -
CMYK 0.10 0 0.94 0.18
HSL 66.09º 0.89% 0.43% -
HSV(B) 66.09º 0.94% 0.82% -
XYZ 43.85 56.45 8.93 -
YUV 180.56 32.87 134.02 -
System Red Green Blue C M Y K H S L
Decimal 189 209 12 0.10 0 0.94 0.18 66.09 0.89 0.43
Hex BD D1 C A 0 5E 12 42 59 2B
Octal 275 321 14 12 0 136 22 102 131 53
Binary 10111101 11010001 1100 1010 0 1011110 10010 1000010 1011001 101011

Color Harmonies of #BDD10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD10C

Black with #BDD10C

Text Example


Text Example

White with #BDD10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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