Html Css Color HEX #BFD70D Inch Worm

📋 copy color: '#BFD70D'

red 191 ◦ green 215 ◦ blue 13

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

Shades of Inch Worm #BFD70D

Tints of Inch Worm #BFD70D

RGB

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

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

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

R = 45.58%
G = 51.31%
B = 3.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#BFD70D (or 0xBFD70D) is known color: Inch Worm. HEX triplet: BF, D7 and 0D. RGB value is (191,215,13). Sum of RGB (Red+Green+Blue) = 191+215+13=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD70D is #4028F2. Grayscale: #B9B9B9. Windows color (decimal): -4204787 or 907199. OLE color: 907199.

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

Color convert

RGB 191 215 13 -
CMYK 0.11 0 0.94 0.16
HSL 67.13º 0.89% 0.45% -
HSV(B) 67.13º 0.94% 0.84% -
XYZ 45.86 59.71 9.49 -
YUV 184.8 31.05 132.43 -
System Red Green Blue C M Y K H S L
Decimal 191 215 13 0.11 0 0.94 0.16 67.13 0.89 0.45
Hex BF D7 D B 0 5E 10 43 59 2D
Octal 277 327 15 13 0 136 20 103 131 55
Binary 10111111 11010111 1101 1011 0 1011110 10000 1000011 1011001 101101

Color Harmonies of #BFD70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD70D

Black with #BFD70D

Text Example


Text Example

White with #BFD70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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