Html Css Color HEX #B2DB1A Inch Worm

📋 copy color: '#B2DB1A'

red 178 ◦ green 219 ◦ blue 26

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

Shades of Inch Worm #B2DB1A

Tints of Inch Worm #B2DB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.15%

R = 42.08%
G = 51.77%
B = 6.15%

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

#B2DB1A (or 0xB2DB1A) is known color: Inch Worm. HEX triplet: B2, DB and 1A. RGB value is (178,219,26). Sum of RGB (Red+Green+Blue) = 178+219+26=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DB1A is #4D24E5. Grayscale: #B9B9B9. Windows color (decimal): -5055718 or 1760178. OLE color: 1760178.

HSL color Cylindrical-coordinate representation of color #B2DB1A: hue angle of 72.75º degrees, saturation: 0.79, 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 #B2DB1A is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 26 -
CMYK 0.19 0 0.88 0.14
HSL 72.75º 0.79% 0.48% -
HSV(B) 72.75º 0.88% 0.86% -
XYZ 43.88 60.2 10.28 -
YUV 184.74 38.42 123.19 -
System Red Green Blue C M Y K H S L
Decimal 178 219 26 0.19 0 0.88 0.14 72.75 0.79 0.48
Hex B2 DB 1A 13 0 58 E 49 4F 30
Octal 262 333 32 23 0 130 16 111 117 60
Binary 10110010 11011011 11010 10011 0 1011000 1110 1001001 1001111 110000

Color Harmonies of #B2DB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB1A

Black with #B2DB1A

Text Example


Text Example

White with #B2DB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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