Html Css Color HEX #B8D510 Inch Worm

📋 copy color: '#B8D510'

red 184 ◦ green 213 ◦ blue 16

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

Shades of Inch Worm #B8D510

Tints of Inch Worm #B8D510

RGB

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

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

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

R = 44.55%
G = 51.57%
B = 3.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#B8D510 (or 0xB8D510) is known color: Inch Worm. HEX triplet: B8, D5 and 10. RGB value is (184,213,16). Sum of RGB (Red+Green+Blue) = 184+213+16=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D510 is #472AEF. Grayscale: #B6B6B6. Windows color (decimal): -4664048 or 1103288. OLE color: 1103288.

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

Color convert

RGB 184 213 16 -
CMYK 0.14 0 0.92 0.16
HSL 68.83º 0.86% 0.45% -
HSV(B) 68.83º 0.92% 0.84% -
XYZ 43.65 57.82 9.35 -
YUV 181.87 34.39 129.52 -
System Red Green Blue C M Y K H S L
Decimal 184 213 16 0.14 0 0.92 0.16 68.83 0.86 0.45
Hex B8 D5 10 E 0 5C 10 45 56 2D
Octal 270 325 20 16 0 134 20 105 126 55
Binary 10111000 11010101 10000 1110 0 1011100 10000 1000101 1010110 101101

Color Harmonies of #B8D510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D510

Black with #B8D510

Text Example


Text Example

White with #B8D510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D510; }

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

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

background-color css

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

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

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

border-color css

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

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

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