Html Css Color HEX #B7C720 Rio Grande

📋 copy color: '#B7C720'

red 183 ◦ green 199 ◦ blue 32

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

Shades of Rio Grande #B7C720

Tints of Rio Grande #B7C720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.07%

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

R = 44.2%
G = 48.07%
B = 7.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#B7C720 (or 0xB7C720) is known color: Rio Grande. HEX triplet: B7, C7 and 20. RGB value is (183,199,32). Sum of RGB (Red+Green+Blue) = 183+199+32=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #B7C720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C720 is #4838DF. Grayscale: #AFAFAF. Windows color (decimal): -4733152 or 2148279. OLE color: 2148279.

HSL color Cylindrical-coordinate representation of color #B7C720: hue angle of 65.75º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7C720 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 199 32 -
CMYK 0.08 0 0.84 0.22
HSL 65.75º 0.72% 0.45% -
HSV(B) 65.75º 0.84% 0.78% -
XYZ 40.21 51.02 9.09 -
YUV 175.18 47.2 133.58 -
System Red Green Blue C M Y K H S L
Decimal 183 199 32 0.08 0 0.84 0.22 65.75 0.72 0.45
Hex B7 C7 20 8 0 54 16 42 48 2D
Octal 267 307 40 10 0 124 26 102 110 55
Binary 10110111 11000111 100000 1000 0 1010100 10110 1000010 1001000 101101

Color Harmonies of #B7C720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C720

Black with #B7C720

Text Example


Text Example

White with #B7C720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C720; }

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

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

background-color css

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

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

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

border-color css

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

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

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