Html Css Color HEX #B2D613 Inch Worm

📋 copy color: '#B2D613'

red 178 ◦ green 214 ◦ blue 19

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

Shades of Inch Worm #B2D613

Tints of Inch Worm #B2D613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.07%

 BLUE value IS 19 (7.81% from 255) = 4.62%

R = 43.31%
G = 52.07%
B = 4.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#B2D613 (or 0xB2D613) is known color: Inch Worm. HEX triplet: B2, D6 and 13. RGB value is (178,214,19). Sum of RGB (Red+Green+Blue) = 178+214+19=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D613 is #4D29EC. Grayscale: #B5B5B5. Windows color (decimal): -5057005 or 1300146. OLE color: 1300146.

HSL color Cylindrical-coordinate representation of color #B2D613: hue angle of 71.08º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2D613 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 19 -
CMYK 0.17 0 0.91 0.16
HSL 71.08º 0.84% 0.46% -
HSV(B) 71.08º 0.91% 0.84% -
XYZ 42.52 57.61 9.49 -
YUV 181.01 36.57 125.86 -
System Red Green Blue C M Y K H S L
Decimal 178 214 19 0.17 0 0.91 0.16 71.08 0.84 0.46
Hex B2 D6 13 11 0 5B 10 47 54 2E
Octal 262 326 23 21 0 133 20 107 124 56
Binary 10110010 11010110 10011 10001 0 1011011 10000 1000111 1010100 101110

Color Harmonies of #B2D613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D613

Black with #B2D613

Text Example


Text Example

White with #B2D613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D613; }

 p { color: rgb(178,214,19); }

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

background-color css

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

 a { background-color: rgb(178,214,19); }

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

border-color css

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

 span { border-color: rgb(178,214,19); }

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