Html Css Color HEX #B7C032 Rio Grande

📋 copy color: '#B7C032'

red 183 ◦ green 192 ◦ blue 50

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

Shades of Rio Grande #B7C032

Tints of Rio Grande #B7C032

RGB

 RED value IS 183 (71.88% from 255) = 43.06%

 GREEN value IS 192 (75.39% from 255) = 45.18%

 BLUE value IS 50 (19.92% from 255) = 11.76%

R = 43.06%
G = 45.18%
B = 11.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#B7C032 (or 0xB7C032) is known color: Rio Grande. HEX triplet: B7, C0 and 32. RGB value is (183,192,50). Sum of RGB (Red+Green+Blue) = 183+192+50=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C032 is #483FCD. Grayscale: #ADADAD. Windows color (decimal): -4734926 or 3326135. OLE color: 3326135.

HSL color Cylindrical-coordinate representation of color #B7C032: hue angle of 63.8º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7C032 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 192 50 -
CMYK 0.05 0 0.74 0.25
HSL 63.8º 0.59% 0.47% -
HSV(B) 63.8º 0.74% 0.75% -
XYZ 38.95 48 10.23 -
YUV 173.12 58.52 135.05 -
System Red Green Blue C M Y K H S L
Decimal 183 192 50 0.05 0 0.74 0.25 63.8 0.59 0.47
Hex B7 C0 32 5 0 4A 19 40 3B 2F
Octal 267 300 62 5 0 112 31 100 73 57
Binary 10110111 11000000 110010 101 0 1001010 11001 1000000 111011 101111

Color Harmonies of #B7C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C032

Black with #B7C032

Text Example


Text Example

White with #B7C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C032; }

 p { color: rgb(183,192,50); }

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

background-color css

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

 a { background-color: rgb(183,192,50); }

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

border-color css

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

 span { border-color: rgb(183,192,50); }

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