Html Css Color HEX #B0E023 Inch Worm

📋 copy color: '#B0E023'

red 176 ◦ green 224 ◦ blue 35

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

Shades of Inch Worm #B0E023

Tints of Inch Worm #B0E023

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.49%

 BLUE value IS 35 (14.06% from 255) = 8.05%

R = 40.46%
G = 51.49%
B = 8.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#B0E023 (or 0xB0E023) is known color: Inch Worm. HEX triplet: B0, E0 and 23. RGB value is (176,224,35). Sum of RGB (Red+Green+Blue) = 176+224+35=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E023 is #4F1FDC. Grayscale: #BCBCBC. Windows color (decimal): -5185501 or 2351280. OLE color: 2351280.

HSL color Cylindrical-coordinate representation of color #B0E023: hue angle of 75.24º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0E023 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 35 -
CMYK 0.21 0 0.84 0.12
HSL 75.24º 0.75% 0.51% -
HSV(B) 75.24º 0.84% 0.88% -
XYZ 44.86 62.66 11.32 -
YUV 188.1 41.6 119.37 -
System Red Green Blue C M Y K H S L
Decimal 176 224 35 0.21 0 0.84 0.12 75.24 0.75 0.51
Hex B0 E0 23 15 0 54 C 4B 4B 33
Octal 260 340 43 25 0 124 14 113 113 63
Binary 10110000 11100000 100011 10101 0 1010100 1100 1001011 1001011 110011

Color Harmonies of #B0E023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E023

Black with #B0E023

Text Example


Text Example

White with #B0E023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E023; }

 p { color: rgb(176,224,35); }

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

background-color css

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

 a { background-color: rgb(176,224,35); }

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

border-color css

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

 span { border-color: rgb(176,224,35); }

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