Html Css Color HEX #B8DA1C Inch Worm

📋 copy color: '#B8DA1C'

red 184 ◦ green 218 ◦ blue 28

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

Shades of Inch Worm #B8DA1C

Tints of Inch Worm #B8DA1C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.7%

 BLUE value IS 28 (11.33% from 255) = 6.51%

R = 42.79%
G = 50.7%
B = 6.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#B8DA1C (or 0xB8DA1C) is known color: Inch Worm. HEX triplet: B8, DA and 1C. RGB value is (184,218,28). Sum of RGB (Red+Green+Blue) = 184+218+28=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DA1C is #4725E3. Grayscale: #BABABA. Windows color (decimal): -4662756 or 1891000. OLE color: 1891000.

HSL color Cylindrical-coordinate representation of color #B8DA1C: hue angle of 70.74º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8DA1C is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 218 28 -
CMYK 0.16 0 0.87 0.15
HSL 70.74º 0.77% 0.48% -
HSV(B) 70.74º 0.87% 0.85% -
XYZ 45.05 60.42 10.39 -
YUV 186.17 38.74 126.45 -
System Red Green Blue C M Y K H S L
Decimal 184 218 28 0.16 0 0.87 0.15 70.74 0.77 0.48
Hex B8 DA 1C 10 0 57 F 47 4D 30
Octal 270 332 34 20 0 127 17 107 115 60
Binary 10111000 11011010 11100 10000 0 1010111 1111 1000111 1001101 110000

Color Harmonies of #B8DA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DA1C

Black with #B8DA1C

Text Example


Text Example

White with #B8DA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DA1C; }

 p { color: rgb(184,218,28); }

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

background-color css

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

 a { background-color: rgb(184,218,28); }

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

border-color css

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

 span { border-color: rgb(184,218,28); }

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