Html Css Color HEX #B9C525 Rio Grande

📋 copy color: '#B9C525'

red 185 ◦ green 197 ◦ blue 37

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

Shades of Rio Grande #B9C525

Tints of Rio Grande #B9C525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.83%

R = 44.15%
G = 47.02%
B = 8.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#B9C525 (or 0xB9C525) is known color: Rio Grande. HEX triplet: B9, C5 and 25. RGB value is (185,197,37). Sum of RGB (Red+Green+Blue) = 185+197+37=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C525 is #463ADA. Grayscale: #AFAFAF. Windows color (decimal): -4602587 or 2475449. OLE color: 2475449.

HSL color Cylindrical-coordinate representation of color #B9C525: hue angle of 64.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9C525 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 197 37 -
CMYK 0.06 0 0.81 0.23
HSL 64.5º 0.68% 0.46% -
HSV(B) 64.5º 0.81% 0.77% -
XYZ 40.31 50.38 9.35 -
YUV 175.17 50.02 135.01 -
System Red Green Blue C M Y K H S L
Decimal 185 197 37 0.06 0 0.81 0.23 64.5 0.68 0.46
Hex B9 C5 25 6 0 51 17 40 44 2E
Octal 271 305 45 6 0 121 27 100 104 56
Binary 10111001 11000101 100101 110 0 1010001 10111 1000000 1000100 101110

Color Harmonies of #B9C525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C525

Black with #B9C525

Text Example


Text Example

White with #B9C525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C525; }

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

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

background-color css

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

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

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

border-color css

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

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

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