Html Css Color HEX #BFEB0D Inch Worm

📋 copy color: '#BFEB0D'

red 191 ◦ green 235 ◦ blue 13

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

Shades of Inch Worm #BFEB0D

Tints of Inch Worm #BFEB0D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.53%

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

R = 43.51%
G = 53.53%
B = 2.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#BFEB0D (or 0xBFEB0D) is known color: Inch Worm. HEX triplet: BF, EB and 0D. RGB value is (191,235,13). Sum of RGB (Red+Green+Blue) = 191+235+13=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 235 (92.19% from 255 or 53.53% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEB0D is #4014F2. Grayscale: #C5C5C5. Windows color (decimal): -4199667 or 912319. OLE color: 912319.

HSL color Cylindrical-coordinate representation of color #BFEB0D: hue angle of 71.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFEB0D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 13 -
CMYK 0.19 0 0.94 0.08
HSL 71.89º 0.9% 0.49% -
HSV(B) 71.89º 0.94% 0.92% -
XYZ 51.27 70.52 11.29 -
YUV 196.54 24.42 124.05 -
System Red Green Blue C M Y K H S L
Decimal 191 235 13 0.19 0 0.94 0.08 71.89 0.9 0.49
Hex BF EB D 13 0 5E 8 48 5A 31
Octal 277 353 15 23 0 136 10 110 132 61
Binary 10111111 11101011 1101 10011 0 1011110 1000 1001000 1011010 110001

Color Harmonies of #BFEB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEB0D

Black with #BFEB0D

Text Example


Text Example

White with #BFEB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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