Html Css Color HEX #BDC524 Rio Grande

📋 copy color: '#BDC524'

red 189 ◦ green 197 ◦ blue 36

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

Shades of Rio Grande #BDC524

Tints of Rio Grande #BDC524

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.68%

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

R = 44.79%
G = 46.68%
B = 8.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#BDC524 (or 0xBDC524) is known color: Rio Grande. HEX triplet: BD, C5 and 24. RGB value is (189,197,36). Sum of RGB (Red+Green+Blue) = 189+197+36=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC524 is #423ADB. Grayscale: #B0B0B0. Windows color (decimal): -4340444 or 2409917. OLE color: 2409917.

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

Color convert

RGB 189 197 36 -
CMYK 0.04 0 0.82 0.23
HSL 62.98º 0.69% 0.46% -
HSV(B) 62.98º 0.82% 0.77% -
XYZ 41.27 50.88 9.31 -
YUV 176.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 189 197 36 0.04 0 0.82 0.23 62.98 0.69 0.46
Hex BD C5 24 4 0 52 17 3F 45 2E
Octal 275 305 44 4 0 122 27 77 105 56
Binary 10111101 11000101 100100 100 0 1010010 10111 111111 1000101 101110

Color Harmonies of #BDC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC524

Black with #BDC524

Text Example


Text Example

White with #BDC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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