Html Css Color HEX #B2DD0A Inch Worm

📋 copy color: '#B2DD0A'

red 178 ◦ green 221 ◦ blue 10

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

Shades of Inch Worm #B2DD0A

Tints of Inch Worm #B2DD0A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.03%

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

R = 43.52%
G = 54.03%
B = 2.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#B2DD0A (or 0xB2DD0A) is known color: Inch Worm. HEX triplet: B2, DD and 0A. RGB value is (178,221,10). Sum of RGB (Red+Green+Blue) = 178+221+10=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DD0A is #4D22F5. Grayscale: #B8B8B8. Windows color (decimal): -5055222 or 712114. OLE color: 712114.

HSL color Cylindrical-coordinate representation of color #B2DD0A: hue angle of 72.23º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2DD0A is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 10 -
CMYK 0.19 0 0.95 0.13
HSL 72.23º 0.91% 0.45% -
HSV(B) 72.23º 0.95% 0.87% -
XYZ 44.27 61.2 9.77 -
YUV 184.09 29.75 123.66 -
System Red Green Blue C M Y K H S L
Decimal 178 221 10 0.19 0 0.95 0.13 72.23 0.91 0.45
Hex B2 DD A 13 0 5F D 48 5B 2D
Octal 262 335 12 23 0 137 15 110 133 55
Binary 10110010 11011101 1010 10011 0 1011111 1101 1001000 1011011 101101

Color Harmonies of #B2DD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD0A

Black with #B2DD0A

Text Example


Text Example

White with #B2DD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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