Html Css Color HEX #BDC320 Rio Grande

📋 copy color: '#BDC320'

red 189 ◦ green 195 ◦ blue 32

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

Shades of Rio Grande #BDC320

Tints of Rio Grande #BDC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.88%

 BLUE value IS 32 (12.89% from 255) = 7.69%

R = 45.43%
G = 46.88%
B = 7.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#BDC320 (or 0xBDC320) is known color: Rio Grande. HEX triplet: BD, C3 and 20. RGB value is (189,195,32). Sum of RGB (Red+Green+Blue) = 189+195+32=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC320 is #423CDF. Grayscale: #AFAFAF. Windows color (decimal): -4340960 or 2147261. OLE color: 2147261.

HSL color Cylindrical-coordinate representation of color #BDC320: hue angle of 62.21º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDC320 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 32 -
CMYK 0.03 0 0.84 0.24
HSL 62.21º 0.72% 0.45% -
HSV(B) 62.21º 0.84% 0.76% -
XYZ 40.76 49.95 8.86 -
YUV 174.62 47.51 138.25 -
System Red Green Blue C M Y K H S L
Decimal 189 195 32 0.03 0 0.84 0.24 62.21 0.72 0.45
Hex BD C3 20 3 0 54 18 3E 48 2D
Octal 275 303 40 3 0 124 30 76 110 55
Binary 10111101 11000011 100000 11 0 1010100 11000 111110 1001000 101101

Color Harmonies of #BDC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC320

Black with #BDC320

Text Example


Text Example

White with #BDC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC320; }

 p { color: rgb(189,195,32); }

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

background-color css

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

 a { background-color: rgb(189,195,32); }

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

border-color css

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

 span { border-color: rgb(189,195,32); }

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