Html Css Color HEX #B2EB0A Inch Worm

📋 copy color: '#B2EB0A'

red 178 ◦ green 235 ◦ blue 10

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

Shades of Inch Worm #B2EB0A

Tints of Inch Worm #B2EB0A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.56%

 BLUE value IS 10 (4.3% from 255) = 2.36%

R = 42.08%
G = 55.56%
B = 2.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#B2EB0A (or 0xB2EB0A) is known color: Inch Worm. HEX triplet: B2, EB and 0A. RGB value is (178,235,10). Sum of RGB (Red+Green+Blue) = 178+235+10=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 235 (92.19% from 255 or 55.56% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2EB0A is #4D14F5. Grayscale: #C1C1C1. Windows color (decimal): -5051638 or 715698. OLE color: 715698.

HSL color Cylindrical-coordinate representation of color #B2EB0A: hue angle of 75.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2EB0A is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 235 10 -
CMYK 0.24 0 0.96 0.08
HSL 75.2º 0.92% 0.48% -
HSV(B) 75.2º 0.96% 0.92% -
XYZ 48.12 68.9 11.05 -
YUV 192.31 25.12 117.8 -
System Red Green Blue C M Y K H S L
Decimal 178 235 10 0.24 0 0.96 0.08 75.2 0.92 0.48
Hex B2 EB A 18 0 60 8 4B 5C 30
Octal 262 353 12 30 0 140 10 113 134 60
Binary 10110010 11101011 1010 11000 0 1100000 1000 1001011 1011100 110000

Color Harmonies of #B2EB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EB0A

Black with #B2EB0A

Text Example


Text Example

White with #B2EB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EB0A; }

 p { color: rgb(178,235,10); }

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

background-color css

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

 a { background-color: rgb(178,235,10); }

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

border-color css

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

 span { border-color: rgb(178,235,10); }

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