Html Css Color HEX #B4D50C Inch Worm

📋 copy color: '#B4D50C'

red 180 ◦ green 213 ◦ blue 12

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

Shades of Inch Worm #B4D50C

Tints of Inch Worm #B4D50C

RGB

 RED value IS 180 (70.7% from 255) = 44.44%

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 44.44%
G = 52.59%
B = 2.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#B4D50C (or 0xB4D50C) is known color: Inch Worm. HEX triplet: B4, D5 and 0C. RGB value is (180,213,12). Sum of RGB (Red+Green+Blue) = 180+213+12=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D50C is #4B2AF3. Grayscale: #B4B4B4. Windows color (decimal): -4926196 or 841140. OLE color: 841140.

HSL color Cylindrical-coordinate representation of color #B4D50C: hue angle of 69.85º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4D50C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 213 12 -
CMYK 0.15 0 0.94 0.16
HSL 69.85º 0.89% 0.44% -
HSV(B) 69.85º 0.94% 0.84% -
XYZ 42.68 57.32 9.16 -
YUV 180.22 33.07 127.84 -
System Red Green Blue C M Y K H S L
Decimal 180 213 12 0.15 0 0.94 0.16 69.85 0.89 0.44
Hex B4 D5 C F 0 5E 10 46 59 2C
Octal 264 325 14 17 0 136 20 106 131 54
Binary 10110100 11010101 1100 1111 0 1011110 10000 1000110 1011001 101100

Color Harmonies of #B4D50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D50C

Black with #B4D50C

Text Example


Text Example

White with #B4D50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D50C; }

 p { color: rgb(180,213,12); }

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

background-color css

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

 a { background-color: rgb(180,213,12); }

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

border-color css

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

 span { border-color: rgb(180,213,12); }

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