Html Css Color HEX #BFC528 Rio Grande

📋 copy color: '#BFC528'

red 191 ◦ green 197 ◦ blue 40

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

Shades of Rio Grande #BFC528

Tints of Rio Grande #BFC528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.35%

R = 44.63%
G = 46.03%
B = 9.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#BFC528 (or 0xBFC528) is known color: Rio Grande. HEX triplet: BF, C5 and 28. RGB value is (191,197,40). Sum of RGB (Red+Green+Blue) = 191+197+40=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC528 is #403AD7. Grayscale: #B1B1B1. Windows color (decimal): -4209368 or 2672063. OLE color: 2672063.

HSL color Cylindrical-coordinate representation of color #BFC528: hue angle of 62.29º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFC528 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 40 -
CMYK 0.03 0 0.80 0.23
HSL 62.29º 0.66% 0.46% -
HSV(B) 62.29º 0.8% 0.77% -
XYZ 41.84 51.16 9.68 -
YUV 177.31 50.51 137.77 -
System Red Green Blue C M Y K H S L
Decimal 191 197 40 0.03 0 0.80 0.23 62.29 0.66 0.46
Hex BF C5 28 3 0 50 17 3E 42 2E
Octal 277 305 50 3 0 120 27 76 102 56
Binary 10111111 11000101 101000 11 0 1010000 10111 111110 1000010 101110

Color Harmonies of #BFC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC528

Black with #BFC528

Text Example


Text Example

White with #BFC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC528; }

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

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

background-color css

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

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

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

border-color css

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

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

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