#B2DA1F

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

Shades of Inch Worm #B2DA1F

Tints of Inch Worm #B2DA1F

Color information

#B2DA1F (or 0xB2DA1F) is unknown color: approx Inch Worm. HEX triplet: B2, DA and 1F. RGB value is (178,218,31). Sum of RGB (Red+Green+Blue) = 178+218+31=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DA1F is #4D25E0. Grayscale: #B9B9B9. Windows color (decimal): -5055969 or 2087602. OLE color: 2087602.

HSL color Cylindrical-coordinate representation of color #B2DA1F: hue angle of 72.83º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2DA1F is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB17821831-
CMYK0.1800.860.15
HSL72.83º75.1%48.82%-
HSV(B)72.83º85.78%85.49%-
XYZ43.6859.7110.52-
YUV184.7241.25123.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 218 (85.55% from 255) = 51.05%
BLUE value IS 31 (12.5% from 255) = 7.26%
R=41.69%
G=51.05%
B=7.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178218310.1800.860.1572.8375.148.82
HexB2DA1F12056F494b31
Octal262332372201261711111361
Binary1011001011011010111111001001010110111110010011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DA1F; }

 p { color: rgb(178,218,31); }

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

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

 a { background-color: rgb(178,218,31); }

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

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

 span { border-color: rgb(178,218,31); }

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