Html Css Color HEX #B2D603 Inch Worm

📋 copy color: '#B2D603'

red 178 ◦ green 214 ◦ blue 3

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

Shades of Inch Worm #B2D603

Tints of Inch Worm #B2D603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 45.06%
G = 54.18%
B = 0.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#B2D603 (or 0xB2D603) is known color: Inch Worm. HEX triplet: B2, D6 and 03. RGB value is (178,214,3). Sum of RGB (Red+Green+Blue) = 178+214+3=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D603 is #4D29FC. Grayscale: #B3B3B3. Windows color (decimal): -5057021 or 251570. OLE color: 251570.

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

Color convert

RGB 178 214 3 -
CMYK 0.17 0 0.99 0.16
HSL 70.24º 0.97% 0.43% -
HSV(B) 70.24º 0.99% 0.84% -
XYZ 42.42 57.56 8.96 -
YUV 179.18 28.57 127.16 -
System Red Green Blue C M Y K H S L
Decimal 178 214 3 0.17 0 0.99 0.16 70.24 0.97 0.43
Hex B2 D6 3 11 0 63 10 46 61 2B
Octal 262 326 3 21 0 143 20 106 141 53
Binary 10110010 11010110 11 10001 0 1100011 10000 1000110 1100001 101011

Color Harmonies of #B2D603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D603

Black with #B2D603

Text Example


Text Example

White with #B2D603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D603; }

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

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

background-color css

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

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

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

border-color css

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

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

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