Html Css Color HEX #BDC20C La Rioja

📋 copy color: '#BDC20C'

red 189 ◦ green 194 ◦ blue 12

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

Shades of La Rioja #BDC20C

Tints of La Rioja #BDC20C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.11%

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

R = 47.85%
G = 49.11%
B = 3.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#BDC20C (or 0xBDC20C) is known color: La Rioja. HEX triplet: BD, C2 and 0C. RGB value is (189,194,12). Sum of RGB (Red+Green+Blue) = 189+194+12=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC20C is #423DF3. Grayscale: #ACACAC. Windows color (decimal): -4341236 or 836285. OLE color: 836285.

HSL color Cylindrical-coordinate representation of color #BDC20C: hue angle of 61.65º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC20C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 12 -
CMYK 0.03 0 0.94 0.24
HSL 61.65º 0.88% 0.4% -
HSV(B) 61.65º 0.94% 0.76% -
XYZ 40.34 49.43 7.76 -
YUV 171.76 37.84 140.3 -
System Red Green Blue C M Y K H S L
Decimal 189 194 12 0.03 0 0.94 0.24 61.65 0.88 0.4
Hex BD C2 C 3 0 5E 18 3E 58 28
Octal 275 302 14 3 0 136 30 76 130 50
Binary 10111101 11000010 1100 11 0 1011110 11000 111110 1011000 101000

Color Harmonies of #BDC20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC20C

Black with #BDC20C

Text Example


Text Example

White with #BDC20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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