Html Css Color HEX #BDC42C Rio Grande

📋 copy color: '#BDC42C'

red 189 ◦ green 196 ◦ blue 44

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

Shades of Rio Grande #BDC42C

Tints of Rio Grande #BDC42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.26%

R = 44.06%
G = 45.69%
B = 10.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#BDC42C (or 0xBDC42C) is known color: Rio Grande. HEX triplet: BD, C4 and 2C. RGB value is (189,196,44). Sum of RGB (Red+Green+Blue) = 189+196+44=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC42C is #423BD3. Grayscale: #B1B1B1. Windows color (decimal): -4340692 or 2933949. OLE color: 2933949.

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

Color convert

RGB 189 196 44 -
CMYK 0.04 0 0.78 0.23
HSL 62.76º 0.63% 0.47% -
HSV(B) 62.76º 0.78% 0.77% -
XYZ 41.18 50.48 9.96 -
YUV 176.58 53.18 136.86 -
System Red Green Blue C M Y K H S L
Decimal 189 196 44 0.04 0 0.78 0.23 62.76 0.63 0.47
Hex BD C4 2C 4 0 4E 17 3F 3F 2F
Octal 275 304 54 4 0 116 27 77 77 57
Binary 10111101 11000100 101100 100 0 1001110 10111 111111 111111 101111

Color Harmonies of #BDC42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC42C

Black with #BDC42C

Text Example


Text Example

White with #BDC42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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