Html Css Color HEX #B0D623 Inch Worm

📋 copy color: '#B0D623'

red 176 ◦ green 214 ◦ blue 35

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

Shades of Inch Worm #B0D623

Tints of Inch Worm #B0D623

RGB

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

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

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

R = 41.41%
G = 50.35%
B = 8.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#B0D623 (or 0xB0D623) is known color: Inch Worm. HEX triplet: B0, D6 and 23. RGB value is (176,214,35). Sum of RGB (Red+Green+Blue) = 176+214+35=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D623 is #4F29DC. Grayscale: #B6B6B6. Windows color (decimal): -5188061 or 2348720. OLE color: 2348720.

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

Color convert

RGB 176 214 35 -
CMYK 0.18 0 0.84 0.16
HSL 72.74º 0.72% 0.49% -
HSV(B) 72.74º 0.84% 0.84% -
XYZ 42.25 57.44 10.45 -
YUV 182.23 44.91 123.55 -
System Red Green Blue C M Y K H S L
Decimal 176 214 35 0.18 0 0.84 0.16 72.74 0.72 0.49
Hex B0 D6 23 12 0 54 10 49 48 31
Octal 260 326 43 22 0 124 20 111 110 61
Binary 10110000 11010110 100011 10010 0 1010100 10000 1001001 1001000 110001

Color Harmonies of #B0D623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D623

Black with #B0D623

Text Example


Text Example

White with #B0D623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D623; }

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

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

background-color css

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

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

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

border-color css

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

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

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