Html Css Color HEX #B9C528 Rio Grande

📋 copy color: '#B9C528'

red 185 ◦ green 197 ◦ blue 40

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

Shades of Rio Grande #B9C528

Tints of Rio Grande #B9C528

RGB

 RED value IS 185 (72.66% from 255) = 43.84%

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

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

R = 43.84%
G = 46.68%
B = 9.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#B9C528 (or 0xB9C528) is known color: Rio Grande. HEX triplet: B9, C5 and 28. RGB value is (185,197,40). Sum of RGB (Red+Green+Blue) = 185+197+40=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C528 is #463AD7. Grayscale: #B0B0B0. Windows color (decimal): -4602584 or 2672057. OLE color: 2672057.

HSL color Cylindrical-coordinate representation of color #B9C528: hue angle of 64.59º 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 #B9C528 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 197 40 -
CMYK 0.06 0 0.80 0.23
HSL 64.59º 0.66% 0.46% -
HSV(B) 64.59º 0.8% 0.77% -
XYZ 40.36 50.4 9.61 -
YUV 175.51 51.52 134.77 -
System Red Green Blue C M Y K H S L
Decimal 185 197 40 0.06 0 0.80 0.23 64.59 0.66 0.46
Hex B9 C5 28 6 0 50 17 41 42 2E
Octal 271 305 50 6 0 120 27 101 102 56
Binary 10111001 11000101 101000 110 0 1010000 10111 1000001 1000010 101110

Color Harmonies of #B9C528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C528

Black with #B9C528

Text Example


Text Example

White with #B9C528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C528; }

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

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

background-color css

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

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

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

border-color css

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

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

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