Html Css Color HEX #BDC40C La Rioja

📋 copy color: '#BDC40C'

red 189 ◦ green 196 ◦ blue 12

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

Shades of La Rioja #BDC40C

Tints of La Rioja #BDC40C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.37%

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

R = 47.61%
G = 49.37%
B = 3.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#BDC40C (or 0xBDC40C) is known color: La Rioja. HEX triplet: BD, C4 and 0C. RGB value is (189,196,12). Sum of RGB (Red+Green+Blue) = 189+196+12=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC40C is #423BF3. Grayscale: #ADADAD. Windows color (decimal): -4340724 or 836797. OLE color: 836797.

HSL color Cylindrical-coordinate representation of color #BDC40C: hue angle of 62.28º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC40C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 12 -
CMYK 0.04 0 0.94 0.23
HSL 62.28º 0.88% 0.41% -
HSV(B) 62.28º 0.94% 0.77% -
XYZ 40.79 50.33 7.91 -
YUV 172.93 37.18 139.46 -
System Red Green Blue C M Y K H S L
Decimal 189 196 12 0.04 0 0.94 0.23 62.28 0.88 0.41
Hex BD C4 C 4 0 5E 17 3E 58 29
Octal 275 304 14 4 0 136 27 76 130 51
Binary 10111101 11000100 1100 100 0 1011110 10111 111110 1011000 101001

Color Harmonies of #BDC40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC40C

Black with #BDC40C

Text Example


Text Example

White with #BDC40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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