Html Css Color HEX #B8D610 Inch Worm

📋 copy color: '#B8D610'

red 184 ◦ green 214 ◦ blue 16

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

Shades of Inch Worm #B8D610

Tints of Inch Worm #B8D610

RGB

 RED value IS 184 (72.27% from 255) = 44.44%

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

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 44.44%
G = 51.69%
B = 3.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#B8D610 (or 0xB8D610) is known color: Inch Worm. HEX triplet: B8, D6 and 10. RGB value is (184,214,16). Sum of RGB (Red+Green+Blue) = 184+214+16=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D610 is #4729EF. Grayscale: #B7B7B7. Windows color (decimal): -4663792 or 1103544. OLE color: 1103544.

HSL color Cylindrical-coordinate representation of color #B8D610: hue angle of 69.09º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8D610 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 214 16 -
CMYK 0.14 0 0.93 0.16
HSL 69.09º 0.86% 0.45% -
HSV(B) 69.09º 0.93% 0.84% -
XYZ 43.91 58.32 9.43 -
YUV 182.46 34.06 129.1 -
System Red Green Blue C M Y K H S L
Decimal 184 214 16 0.14 0 0.93 0.16 69.09 0.86 0.45
Hex B8 D6 10 E 0 5D 10 45 56 2D
Octal 270 326 20 16 0 135 20 105 126 55
Binary 10111000 11010110 10000 1110 0 1011101 10000 1000101 1010110 101101

Color Harmonies of #B8D610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D610

Black with #B8D610

Text Example


Text Example

White with #B8D610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D610; }

 p { color: rgb(184,214,16); }

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

background-color css

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

 a { background-color: rgb(184,214,16); }

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

border-color css

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

 span { border-color: rgb(184,214,16); }

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