Html Css Color HEX #B8D504 Inch Worm

📋 copy color: '#B8D504'

red 184 ◦ green 213 ◦ blue 4

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

Shades of Inch Worm #B8D504

Tints of Inch Worm #B8D504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 45.89%
G = 53.12%
B = 1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#B8D504 (or 0xB8D504) is known color: Inch Worm. HEX triplet: B8, D5 and 04. RGB value is (184,213,4). Sum of RGB (Red+Green+Blue) = 184+213+4=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D504 is #472AFB. Grayscale: #B5B5B5. Windows color (decimal): -4664060 or 316856. OLE color: 316856.

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

Color convert

RGB 184 213 4 -
CMYK 0.14 0 0.98 0.16
HSL 68.33º 0.96% 0.43% -
HSV(B) 68.33º 0.98% 0.84% -
XYZ 43.58 57.79 8.97 -
YUV 180.5 28.39 130.49 -
System Red Green Blue C M Y K H S L
Decimal 184 213 4 0.14 0 0.98 0.16 68.33 0.96 0.43
Hex B8 D5 4 E 0 62 10 44 60 2B
Octal 270 325 4 16 0 142 20 104 140 53
Binary 10111000 11010101 100 1110 0 1100010 10000 1000100 1100000 101011

Color Harmonies of #B8D504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D504

Black with #B8D504

Text Example


Text Example

White with #B8D504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D504; }

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

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

background-color css

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

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

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

border-color css

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

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

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