Html Css Color HEX #BDCA24 Rio Grande

📋 copy color: '#BDCA24'

red 189 ◦ green 202 ◦ blue 36

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

Shades of Rio Grande #BDCA24

Tints of Rio Grande #BDCA24

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.31%

 BLUE value IS 36 (14.45% from 255) = 8.43%

R = 44.26%
G = 47.31%
B = 8.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#BDCA24 (or 0xBDCA24) is known color: Rio Grande. HEX triplet: BD, CA and 24. RGB value is (189,202,36). Sum of RGB (Red+Green+Blue) = 189+202+36=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 36 (14.45% from 255 or 8.43% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA24 is #4235DB. Grayscale: #B3B3B3. Windows color (decimal): -4339164 or 2411197. OLE color: 2411197.

HSL color Cylindrical-coordinate representation of color #BDCA24: hue angle of 64.7º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDCA24 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 36 -
CMYK 0.06 0 0.82 0.21
HSL 64.7º 0.7% 0.47% -
HSV(B) 64.7º 0.82% 0.79% -
XYZ 42.43 53.19 9.7 -
YUV 179.19 47.19 135 -
System Red Green Blue C M Y K H S L
Decimal 189 202 36 0.06 0 0.82 0.21 64.7 0.7 0.47
Hex BD CA 24 6 0 52 15 41 46 2F
Octal 275 312 44 6 0 122 25 101 106 57
Binary 10111101 11001010 100100 110 0 1010010 10101 1000001 1000110 101111

Color Harmonies of #BDCA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA24

Black with #BDCA24

Text Example


Text Example

White with #BDCA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA24; }

 p { color: rgb(189,202,36); }

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

background-color css

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

 a { background-color: rgb(189,202,36); }

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

border-color css

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

 span { border-color: rgb(189,202,36); }

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