Html Css Color HEX #BDC521 Rio Grande

📋 copy color: '#BDC521'

red 189 ◦ green 197 ◦ blue 33

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

Shades of Rio Grande #BDC521

Tints of Rio Grande #BDC521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.88%

R = 45.11%
G = 47.02%
B = 7.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#BDC521 (or 0xBDC521) is known color: Rio Grande. HEX triplet: BD, C5 and 21. RGB value is (189,197,33). Sum of RGB (Red+Green+Blue) = 189+197+33=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC521 is #423ADE. Grayscale: #B0B0B0. Windows color (decimal): -4340447 or 2213309. OLE color: 2213309.

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

Color convert

RGB 189 197 33 -
CMYK 0.04 0 0.83 0.23
HSL 62.93º 0.71% 0.45% -
HSV(B) 62.93º 0.83% 0.77% -
XYZ 41.23 50.86 9.08 -
YUV 175.91 47.35 137.34 -
System Red Green Blue C M Y K H S L
Decimal 189 197 33 0.04 0 0.83 0.23 62.93 0.71 0.45
Hex BD C5 21 4 0 53 17 3F 47 2D
Octal 275 305 41 4 0 123 27 77 107 55
Binary 10111101 11000101 100001 100 0 1010011 10111 111111 1000111 101101

Color Harmonies of #BDC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC521

Black with #BDC521

Text Example


Text Example

White with #BDC521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC521; }

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

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

background-color css

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

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

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

border-color css

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

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

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