Html Css Color HEX #BDC42A Rio Grande

📋 copy color: '#BDC42A'

red 189 ◦ green 196 ◦ blue 42

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

Shades of Rio Grande #BDC42A

Tints of Rio Grande #BDC42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.84%

R = 44.26%
G = 45.9%
B = 9.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#BDC42A (or 0xBDC42A) is known color: Rio Grande. HEX triplet: BD, C4 and 2A. RGB value is (189,196,42). Sum of RGB (Red+Green+Blue) = 189+196+42=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC42A is #423BD5. Grayscale: #B0B0B0. Windows color (decimal): -4340694 or 2802877. OLE color: 2802877.

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

Color convert

RGB 189 196 42 -
CMYK 0.04 0 0.79 0.23
HSL 62.73º 0.65% 0.47% -
HSV(B) 62.73º 0.79% 0.77% -
XYZ 41.14 50.47 9.76 -
YUV 176.35 52.18 137.02 -
System Red Green Blue C M Y K H S L
Decimal 189 196 42 0.04 0 0.79 0.23 62.73 0.65 0.47
Hex BD C4 2A 4 0 4F 17 3F 41 2F
Octal 275 304 52 4 0 117 27 77 101 57
Binary 10111101 11000100 101010 100 0 1001111 10111 111111 1000001 101111

Color Harmonies of #BDC42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC42A

Black with #BDC42A

Text Example


Text Example

White with #BDC42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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