Html Css Color HEX #B7D80C Inch Worm

📋 copy color: '#B7D80C'

red 183 ◦ green 216 ◦ blue 12

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

Shades of Inch Worm #B7D80C

Tints of Inch Worm #B7D80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.55%

 BLUE value IS 12 (5.08% from 255) = 2.92%

R = 44.53%
G = 52.55%
B = 2.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#B7D80C (or 0xB7D80C) is known color: Inch Worm. HEX triplet: B7, D8 and 0C. RGB value is (183,216,12). Sum of RGB (Red+Green+Blue) = 183+216+12=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D80C is #4827F3. Grayscale: #B7B7B7. Windows color (decimal): -4728820 or 841911. OLE color: 841911.

HSL color Cylindrical-coordinate representation of color #B7D80C: hue angle of 69.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7D80C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 216 12 -
CMYK 0.15 0 0.94 0.15
HSL 69.71º 0.89% 0.45% -
HSV(B) 69.71º 0.94% 0.85% -
XYZ 44.15 59.21 9.45 -
YUV 182.88 31.57 128.09 -
System Red Green Blue C M Y K H S L
Decimal 183 216 12 0.15 0 0.94 0.15 69.71 0.89 0.45
Hex B7 D8 C F 0 5E F 46 59 2D
Octal 267 330 14 17 0 136 17 106 131 55
Binary 10110111 11011000 1100 1111 0 1011110 1111 1000110 1011001 101101

Color Harmonies of #B7D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D80C

Black with #B7D80C

Text Example


Text Example

White with #B7D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D80C; }

 p { color: rgb(183,216,12); }

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

background-color css

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

 a { background-color: rgb(183,216,12); }

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

border-color css

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

 span { border-color: rgb(183,216,12); }

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