Html Css Color HEX #B8D812 Inch Worm

📋 copy color: '#B8D812'

red 184 ◦ green 216 ◦ blue 18

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

Shades of Inch Worm #B8D812

Tints of Inch Worm #B8D812

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.67%

 BLUE value IS 18 (7.42% from 255) = 4.31%

R = 44.02%
G = 51.67%
B = 4.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#B8D812 (or 0xB8D812) is known color: Inch Worm. HEX triplet: B8, D8 and 12. RGB value is (184,216,18). Sum of RGB (Red+Green+Blue) = 184+216+18=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 216 (84.77% from 255 or 51.67% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D812 is #4727ED. Grayscale: #B8B8B8. Windows color (decimal): -4663278 or 1235128. OLE color: 1235128.

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

Color convert

RGB 184 216 18 -
CMYK 0.15 0 0.92 0.15
HSL 69.7º 0.85% 0.46% -
HSV(B) 69.7º 0.92% 0.85% -
XYZ 44.43 59.35 9.69 -
YUV 183.86 34.4 128.1 -
System Red Green Blue C M Y K H S L
Decimal 184 216 18 0.15 0 0.92 0.15 69.7 0.85 0.46
Hex B8 D8 12 F 0 5C F 46 55 2E
Octal 270 330 22 17 0 134 17 106 125 56
Binary 10111000 11011000 10010 1111 0 1011100 1111 1000110 1010101 101110

Color Harmonies of #B8D812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D812

Black with #B8D812

Text Example


Text Example

White with #B8D812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D812; }

 p { color: rgb(184,216,18); }

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

background-color css

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

 a { background-color: rgb(184,216,18); }

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

border-color css

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

 span { border-color: rgb(184,216,18); }

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