Html Css Color HEX #B0D714 Inch Worm

📋 copy color: '#B0D714'

red 176 ◦ green 215 ◦ blue 20

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

Shades of Inch Worm #B0D714

Tints of Inch Worm #B0D714

RGB

 RED value IS 176 (69.14% from 255) = 42.82%

 GREEN value IS 215 (84.38% from 255) = 52.31%

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 42.82%
G = 52.31%
B = 4.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#B0D714 (or 0xB0D714) is known color: Inch Worm. HEX triplet: B0, D7 and 14. RGB value is (176,215,20). Sum of RGB (Red+Green+Blue) = 176+215+20=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D714 is #4F28EB. Grayscale: #B5B5B5. Windows color (decimal): -5187820 or 1365936. OLE color: 1365936.

HSL color Cylindrical-coordinate representation of color #B0D714: hue angle of 72º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0D714 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 215 20 -
CMYK 0.18 0 0.91 0.16
HSL 72º 0.83% 0.46% -
HSV(B) 72º 0.91% 0.84% -
XYZ 42.33 57.88 9.6 -
YUV 181.11 37.08 124.36 -
System Red Green Blue C M Y K H S L
Decimal 176 215 20 0.18 0 0.91 0.16 72 0.83 0.46
Hex B0 D7 14 12 0 5B 10 48 53 2E
Octal 260 327 24 22 0 133 20 110 123 56
Binary 10110000 11010111 10100 10010 0 1011011 10000 1001000 1010011 101110

Color Harmonies of #B0D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D714

Black with #B0D714

Text Example


Text Example

White with #B0D714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D714; }

 p { color: rgb(176,215,20); }

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

background-color css

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

 a { background-color: rgb(176,215,20); }

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

border-color css

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

 span { border-color: rgb(176,215,20); }

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