Html Css Color HEX #B7BF20 Rio Grande

📋 copy color: '#B7BF20'

red 183 ◦ green 191 ◦ blue 32

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

Shades of Rio Grande #B7BF20

Tints of Rio Grande #B7BF20

RGB

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

 GREEN value IS 191 (75% from 255) = 47.04%

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

R = 45.07%
G = 47.04%
B = 7.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#B7BF20 (or 0xB7BF20) is known color: Rio Grande. HEX triplet: B7, BF and 20. RGB value is (183,191,32). Sum of RGB (Red+Green+Blue) = 183+191+32=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BF20 is #4840DF. Grayscale: #ABABAB. Windows color (decimal): -4735200 or 2146231. OLE color: 2146231.

HSL color Cylindrical-coordinate representation of color #B7BF20: hue angle of 63.02º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7BF20 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 191 32 -
CMYK 0.04 0 0.83 0.25
HSL 63.02º 0.71% 0.44% -
HSV(B) 63.02º 0.83% 0.75% -
XYZ 38.42 47.43 8.5 -
YUV 170.48 49.85 136.93 -
System Red Green Blue C M Y K H S L
Decimal 183 191 32 0.04 0 0.83 0.25 63.02 0.71 0.44
Hex B7 BF 20 4 0 53 19 3F 47 2C
Octal 267 277 40 4 0 123 31 77 107 54
Binary 10110111 10111111 100000 100 0 1010011 11001 111111 1000111 101100

Color Harmonies of #B7BF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BF20

Black with #B7BF20

Text Example


Text Example

White with #B7BF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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