Html Css Color HEX #B2D51B Inch Worm

📋 copy color: '#B2D51B'

red 178 ◦ green 213 ◦ blue 27

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

Shades of Inch Worm #B2D51B

Tints of Inch Worm #B2D51B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.96%

 BLUE value IS 27 (10.94% from 255) = 6.46%

R = 42.58%
G = 50.96%
B = 6.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#B2D51B (or 0xB2D51B) is known color: Inch Worm. HEX triplet: B2, D5 and 1B. RGB value is (178,213,27). Sum of RGB (Red+Green+Blue) = 178+213+27=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D51B is #4D2AE4. Grayscale: #B6B6B6. Windows color (decimal): -5057253 or 1824178. OLE color: 1824178.

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

Color convert

RGB 178 213 27 -
CMYK 0.16 0 0.87 0.16
HSL 71.29º 0.78% 0.47% -
HSV(B) 71.29º 0.87% 0.84% -
XYZ 42.35 57.13 9.83 -
YUV 181.33 40.9 125.62 -
System Red Green Blue C M Y K H S L
Decimal 178 213 27 0.16 0 0.87 0.16 71.29 0.78 0.47
Hex B2 D5 1B 10 0 57 10 47 4E 2F
Octal 262 325 33 20 0 127 20 107 116 57
Binary 10110010 11010101 11011 10000 0 1010111 10000 1000111 1001110 101111

Color Harmonies of #B2D51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D51B

Black with #B2D51B

Text Example


Text Example

White with #B2D51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D51B; }

 p { color: rgb(178,213,27); }

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

background-color css

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

 a { background-color: rgb(178,213,27); }

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

border-color css

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

 span { border-color: rgb(178,213,27); }

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