Html Css Color HEX #B7D120 Rio Grande

📋 copy color: '#B7D120'

red 183 ◦ green 209 ◦ blue 32

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

Shades of Rio Grande #B7D120

Tints of Rio Grande #B7D120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.29%

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

R = 43.16%
G = 49.29%
B = 7.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#B7D120 (or 0xB7D120) is known color: Rio Grande. HEX triplet: B7, D1 and 20. RGB value is (183,209,32). Sum of RGB (Red+Green+Blue) = 183+209+32=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #B7D120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D120 is #482EDF. Grayscale: #B5B5B5. Windows color (decimal): -4730592 or 2150839. OLE color: 2150839.

HSL color Cylindrical-coordinate representation of color #B7D120: hue angle of 68.81º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7D120 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 209 32 -
CMYK 0.12 0 0.85 0.18
HSL 68.81º 0.73% 0.47% -
HSV(B) 68.81º 0.85% 0.82% -
XYZ 42.59 55.77 9.89 -
YUV 181.05 43.89 129.39 -
System Red Green Blue C M Y K H S L
Decimal 183 209 32 0.12 0 0.85 0.18 68.81 0.73 0.47
Hex B7 D1 20 C 0 55 12 45 49 2F
Octal 267 321 40 14 0 125 22 105 111 57
Binary 10110111 11010001 100000 1100 0 1010101 10010 1000101 1001001 101111

Color Harmonies of #B7D120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D120

Black with #B7D120

Text Example


Text Example

White with #B7D120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D120; }

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

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

background-color css

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

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

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

border-color css

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

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

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