Html Css Color HEX #BFE706 Inch Worm

📋 copy color: '#BFE706'

red 191 ◦ green 231 ◦ blue 6

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

Shades of Inch Worm #BFE706

Tints of Inch Worm #BFE706

RGB

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

 GREEN value IS 231 (90.63% from 255) = 53.97%

 BLUE value IS 6 (2.73% from 255) = 1.4%

R = 44.63%
G = 53.97%
B = 1.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#BFE706 (or 0xBFE706) is known color: Inch Worm. HEX triplet: BF, E7 and 06. RGB value is (191,231,6). Sum of RGB (Red+Green+Blue) = 191+231+6=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 231 (90.62% from 255 or 53.97% from 428); Blue value is 6 (2.73% from 255 or 1.40% from 428); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE706 is #4018F9. Grayscale: #C2C2C2. Windows color (decimal): -4200698 or 452543. OLE color: 452543.

HSL color Cylindrical-coordinate representation of color #BFE706: hue angle of 70.67º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFE706 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 231 6 -
CMYK 0.17 0 0.97 0.09
HSL 70.67º 0.95% 0.46% -
HSV(B) 70.67º 0.97% 0.91% -
XYZ 50.09 68.24 10.7 -
YUV 193.39 22.25 126.3 -
System Red Green Blue C M Y K H S L
Decimal 191 231 6 0.17 0 0.97 0.09 70.67 0.95 0.46
Hex BF E7 6 11 0 61 9 47 5F 2E
Octal 277 347 6 21 0 141 11 107 137 56
Binary 10111111 11100111 110 10001 0 1100001 1001 1000111 1011111 101110

Color Harmonies of #BFE706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE706

Black with #BFE706

Text Example


Text Example

White with #BFE706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE706; }

 p { color: rgb(191,231,6); }

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

background-color css

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

 a { background-color: rgb(191,231,6); }

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

border-color css

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

 span { border-color: rgb(191,231,6); }

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