#B9D714

Color #B9D714 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #B9D714

Tints of Inch Worm #B9D714

Color information

#B9D714 (or 0xB9D714) is unknown color: approx Inch Worm. HEX triplet: B9, D7 and 14. RGB value is (185,215,20). Sum of RGB (Red+Green+Blue) = 185+215+20=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D714 is #4628EB. Grayscale: #B8B8B8. Windows color (decimal): -4597996 or 1365945. OLE color: 1365945.

HSL color Cylindrical-coordinate representation of color #B9D714: hue angle of 69.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9D714 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB18521520-
CMYK0.1400.910.16
HSL69.23º82.98%46.08%-
HSV(B)69.23º90.7%84.31%-
XYZ44.4358.979.7-
YUV183.835.56128.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 215 (84.38% from 255) = 51.19%
BLUE value IS 20 (8.20% from 255) = 4.76%
R=44.05%
G=51.19%
B=4.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal185215200.1400.910.1669.2382.9846.08
HexB9D714E05B1045532e
Octal271327241601332010512356
Binary1011100111010111101001110010110111000010001011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D714; }

 p { color: rgb(185,215,20); }

 H1.HeaderClassName
 {
   color: #B9D714;
 }
 .AnyTagClassName
 {
   color: #B9D714;
 }
</style>
background-color css

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

 a { background-color: rgb(185,215,20); }

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

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

 span { border-color: rgb(185,215,20); }

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