Html Css Color HEX #B2DA0C Inch Worm

📋 copy color: '#B2DA0C'

red 178 ◦ green 218 ◦ blue 12

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

Shades of Inch Worm #B2DA0C

Tints of Inch Worm #B2DA0C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.43%

 BLUE value IS 12 (5.08% from 255) = 2.94%

R = 43.63%
G = 53.43%
B = 2.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#B2DA0C (or 0xB2DA0C) is known color: Inch Worm. HEX triplet: B2, DA and 0C. RGB value is (178,218,12). Sum of RGB (Red+Green+Blue) = 178+218+12=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DA0C is #4D25F3. Grayscale: #B7B7B7. Windows color (decimal): -5055988 or 842418. OLE color: 842418.

HSL color Cylindrical-coordinate representation of color #B2DA0C: hue angle of 71.65º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2DA0C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 12 -
CMYK 0.18 0 0.94 0.15
HSL 71.65º 0.9% 0.45% -
HSV(B) 71.65º 0.94% 0.85% -
XYZ 43.5 59.63 9.57 -
YUV 182.56 31.75 124.75 -
System Red Green Blue C M Y K H S L
Decimal 178 218 12 0.18 0 0.94 0.15 71.65 0.9 0.45
Hex B2 DA C 12 0 5E F 48 5A 2D
Octal 262 332 14 22 0 136 17 110 132 55
Binary 10110010 11011010 1100 10010 0 1011110 1111 1001000 1011010 101101

Color Harmonies of #B2DA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA0C

Black with #B2DA0C

Text Example


Text Example

White with #B2DA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA0C; }

 p { color: rgb(178,218,12); }

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

background-color css

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

 a { background-color: rgb(178,218,12); }

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

border-color css

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

 span { border-color: rgb(178,218,12); }

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