Html Css Color HEX #B2EB0D Inch Worm

📋 copy color: '#B2EB0D'

red 178 ◦ green 235 ◦ blue 13

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

Shades of Inch Worm #B2EB0D

Tints of Inch Worm #B2EB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.05%

R = 41.78%
G = 55.16%
B = 3.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#B2EB0D (or 0xB2EB0D) is known color: Inch Worm. HEX triplet: B2, EB and 0D. RGB value is (178,235,13). Sum of RGB (Red+Green+Blue) = 178+235+13=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 235 (92.19% from 255 or 55.16% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2EB0D is #4D14F2. Grayscale: #C1C1C1. Windows color (decimal): -5051635 or 912306. OLE color: 912306.

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

Color convert

RGB 178 235 13 -
CMYK 0.24 0 0.94 0.08
HSL 75.41º 0.9% 0.49% -
HSV(B) 75.41º 0.94% 0.92% -
XYZ 48.14 68.91 11.14 -
YUV 192.65 26.62 117.55 -
System Red Green Blue C M Y K H S L
Decimal 178 235 13 0.24 0 0.94 0.08 75.41 0.9 0.49
Hex B2 EB D 18 0 5E 8 4B 5A 31
Octal 262 353 15 30 0 136 10 113 132 61
Binary 10110010 11101011 1101 11000 0 1011110 1000 1001011 1011010 110001

Color Harmonies of #B2EB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EB0D

Black with #B2EB0D

Text Example


Text Example

White with #B2EB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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