Html Css Color HEX #BFD80D Inch Worm

📋 copy color: '#BFD80D'

red 191 ◦ green 216 ◦ blue 13

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

Shades of Inch Worm #BFD80D

Tints of Inch Worm #BFD80D

RGB

 RED value IS 191 (75% from 255) = 45.48%

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 45.48%
G = 51.43%
B = 3.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BFD80D (or 0xBFD80D) is known color: Inch Worm. HEX triplet: BF, D8 and 0D. RGB value is (191,216,13). Sum of RGB (Red+Green+Blue) = 191+216+13=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD80D is #4027F2. Grayscale: #BABABA. Windows color (decimal): -4204531 or 907455. OLE color: 907455.

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

Color convert

RGB 191 216 13 -
CMYK 0.12 0 0.94 0.15
HSL 67.39º 0.89% 0.45% -
HSV(B) 67.39º 0.94% 0.85% -
XYZ 46.11 60.22 9.57 -
YUV 185.38 30.72 132.01 -
System Red Green Blue C M Y K H S L
Decimal 191 216 13 0.12 0 0.94 0.15 67.39 0.89 0.45
Hex BF D8 D C 0 5E F 43 59 2D
Octal 277 330 15 14 0 136 17 103 131 55
Binary 10111111 11011000 1101 1100 0 1011110 1111 1000011 1011001 101101

Color Harmonies of #BFD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD80D

Black with #BFD80D

Text Example


Text Example

White with #BFD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD80D; }

 p { color: rgb(191,216,13); }

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

background-color css

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

 a { background-color: rgb(191,216,13); }

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

border-color css

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

 span { border-color: rgb(191,216,13); }

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