Html Css Color HEX #BFC520 Rio Grande

📋 copy color: '#BFC520'

red 191 ◦ green 197 ◦ blue 32

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

Shades of Rio Grande #BFC520

Tints of Rio Grande #BFC520

RGB

 RED value IS 191 (75% from 255) = 45.48%

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

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

R = 45.48%
G = 46.9%
B = 7.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#BFC520 (or 0xBFC520) is known color: Rio Grande. HEX triplet: BF, C5 and 20. RGB value is (191,197,32). Sum of RGB (Red+Green+Blue) = 191+197+32=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC520 is #403ADF. Grayscale: #B1B1B1. Windows color (decimal): -4209376 or 2147775. OLE color: 2147775.

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

Color convert

RGB 191 197 32 -
CMYK 0.03 0 0.84 0.23
HSL 62.18º 0.72% 0.45% -
HSV(B) 62.18º 0.84% 0.77% -
XYZ 41.71 51.11 9.03 -
YUV 176.4 46.51 138.42 -
System Red Green Blue C M Y K H S L
Decimal 191 197 32 0.03 0 0.84 0.23 62.18 0.72 0.45
Hex BF C5 20 3 0 54 17 3E 48 2D
Octal 277 305 40 3 0 124 27 76 110 55
Binary 10111111 11000101 100000 11 0 1010100 10111 111110 1001000 101101

Color Harmonies of #BFC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC520

Black with #BFC520

Text Example


Text Example

White with #BFC520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC520; }

 p { color: rgb(191,197,32); }

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

background-color css

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

 a { background-color: rgb(191,197,32); }

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

border-color css

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

 span { border-color: rgb(191,197,32); }

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