Html Css Color HEX #B7C120 Rio Grande

📋 copy color: '#B7C120'

red 183 ◦ green 193 ◦ blue 32

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

Shades of Rio Grande #B7C120

Tints of Rio Grande #B7C120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.3%

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

R = 44.85%
G = 47.3%
B = 7.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#B7C120 (or 0xB7C120) is known color: Rio Grande. HEX triplet: B7, C1 and 20. RGB value is (183,193,32). Sum of RGB (Red+Green+Blue) = 183+193+32=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C120 is #483EDF. Grayscale: #ACACAC. Windows color (decimal): -4734688 or 2146743. OLE color: 2146743.

HSL color Cylindrical-coordinate representation of color #B7C120: hue angle of 63.73º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7C120 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 193 32 -
CMYK 0.05 0 0.83 0.24
HSL 63.73º 0.72% 0.44% -
HSV(B) 63.73º 0.83% 0.76% -
XYZ 38.86 48.31 8.64 -
YUV 171.66 49.19 136.09 -
System Red Green Blue C M Y K H S L
Decimal 183 193 32 0.05 0 0.83 0.24 63.73 0.72 0.44
Hex B7 C1 20 5 0 53 18 40 48 2C
Octal 267 301 40 5 0 123 30 100 110 54
Binary 10110111 11000001 100000 101 0 1010011 11000 1000000 1001000 101100

Color Harmonies of #B7C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C120

Black with #B7C120

Text Example


Text Example

White with #B7C120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C120; }

 p { color: rgb(183,193,32); }

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

background-color css

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

 a { background-color: rgb(183,193,32); }

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

border-color css

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

 span { border-color: rgb(183,193,32); }

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