Html Css Color HEX #B0D91B Inch Worm

📋 copy color: '#B0D91B'

red 176 ◦ green 217 ◦ blue 27

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

Shades of Inch Worm #B0D91B

Tints of Inch Worm #B0D91B

RGB

 RED value IS 176 (69.14% from 255) = 41.9%

 GREEN value IS 217 (85.16% from 255) = 51.67%

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

R = 41.9%
G = 51.67%
B = 6.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#B0D91B (or 0xB0D91B) is known color: Inch Worm. HEX triplet: B0, D9 and 1B. RGB value is (176,217,27). Sum of RGB (Red+Green+Blue) = 176+217+27=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D91B is #4F26E4. Grayscale: #B7B7B7. Windows color (decimal): -5187301 or 1825200. OLE color: 1825200.

HSL color Cylindrical-coordinate representation of color #B0D91B: hue angle of 72.95º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0D91B is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 27 -
CMYK 0.19 0 0.88 0.15
HSL 72.95º 0.78% 0.48% -
HSV(B) 72.95º 0.88% 0.85% -
XYZ 42.92 58.93 10.15 -
YUV 183.08 39.92 122.95 -
System Red Green Blue C M Y K H S L
Decimal 176 217 27 0.19 0 0.88 0.15 72.95 0.78 0.48
Hex B0 D9 1B 13 0 58 F 49 4E 30
Octal 260 331 33 23 0 130 17 111 116 60
Binary 10110000 11011001 11011 10011 0 1011000 1111 1001001 1001110 110000

Color Harmonies of #B0D91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D91B

Black with #B0D91B

Text Example


Text Example

White with #B0D91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D91B; }

 p { color: rgb(176,217,27); }

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

background-color css

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

 a { background-color: rgb(176,217,27); }

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

border-color css

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

 span { border-color: rgb(176,217,27); }

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