Html Css Color HEX #B2DB1B Inch Worm

📋 copy color: '#B2DB1B'

red 178 ◦ green 219 ◦ blue 27

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

Shades of Inch Worm #B2DB1B

Tints of Inch Worm #B2DB1B

RGB

 RED value IS 178 (69.92% from 255) = 41.98%

 GREEN value IS 219 (85.94% from 255) = 51.65%

 BLUE value IS 27 (10.94% from 255) = 6.37%

R = 41.98%
G = 51.65%
B = 6.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#B2DB1B (or 0xB2DB1B) is known color: Inch Worm. HEX triplet: B2, DB and 1B. RGB value is (178,219,27). Sum of RGB (Red+Green+Blue) = 178+219+27=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DB1B is #4D24E4. Grayscale: #B9B9B9. Windows color (decimal): -5055717 or 1825714. OLE color: 1825714.

HSL color Cylindrical-coordinate representation of color #B2DB1B: hue angle of 72.81º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2DB1B is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 27 -
CMYK 0.19 0 0.88 0.14
HSL 72.81º 0.78% 0.48% -
HSV(B) 72.81º 0.88% 0.86% -
XYZ 43.89 60.21 10.34 -
YUV 184.85 38.92 123.11 -
System Red Green Blue C M Y K H S L
Decimal 178 219 27 0.19 0 0.88 0.14 72.81 0.78 0.48
Hex B2 DB 1B 13 0 58 E 49 4E 30
Octal 262 333 33 23 0 130 16 111 116 60
Binary 10110010 11011011 11011 10011 0 1011000 1110 1001001 1001110 110000

Color Harmonies of #B2DB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB1B

Black with #B2DB1B

Text Example


Text Example

White with #B2DB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB1B; }

 p { color: rgb(178,219,27); }

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

background-color css

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

 a { background-color: rgb(178,219,27); }

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

border-color css

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

 span { border-color: rgb(178,219,27); }

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