Html Css Color HEX #B8DB1B Inch Worm

📋 copy color: '#B8DB1B'

red 184 ◦ green 219 ◦ blue 27

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

Shades of Inch Worm #B8DB1B

Tints of Inch Worm #B8DB1B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.93%

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

R = 42.79%
G = 50.93%
B = 6.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#B8DB1B (or 0xB8DB1B) is known color: Inch Worm. HEX triplet: B8, DB and 1B. RGB value is (184,219,27). Sum of RGB (Red+Green+Blue) = 184+219+27=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DB1B is #4724E4. Grayscale: #BBBBBB. Windows color (decimal): -4662501 or 1825720. OLE color: 1825720.

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

Color convert

RGB 184 219 27 -
CMYK 0.16 0 0.88 0.14
HSL 70.94º 0.78% 0.48% -
HSV(B) 70.94º 0.88% 0.86% -
XYZ 45.3 60.93 10.41 -
YUV 186.65 37.9 126.11 -
System Red Green Blue C M Y K H S L
Decimal 184 219 27 0.16 0 0.88 0.14 70.94 0.78 0.48
Hex B8 DB 1B 10 0 58 E 47 4E 30
Octal 270 333 33 20 0 130 16 107 116 60
Binary 10111000 11011011 11011 10000 0 1011000 1110 1000111 1001110 110000

Color Harmonies of #B8DB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DB1B

Black with #B8DB1B

Text Example


Text Example

White with #B8DB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DB1B; }

 p { color: rgb(184,219,27); }

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

background-color css

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

 a { background-color: rgb(184,219,27); }

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

border-color css

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

 span { border-color: rgb(184,219,27); }

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