Html Css Color HEX #B6F95F Conifer

📋 copy color: '#B6F95F'

red 182 ◦ green 249 ◦ blue 95

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

Shades of Conifer #B6F95F

Tints of Conifer #B6F95F

RGB

 RED value IS 182 (71.48% from 255) = 34.6%

 GREEN value IS 249 (97.66% from 255) = 47.34%

 BLUE value IS 95 (37.5% from 255) = 18.06%

R = 34.6%
G = 47.34%
B = 18.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#B6F95F (or 0xB6F95F) is known color: Conifer. HEX triplet: B6, F9 and 5F. RGB value is (182,249,95). Sum of RGB (Red+Green+Blue) = 182+249+95=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F95F is #4906A0. Grayscale: #D3D3D3. Windows color (decimal): -4785825 or 6289846. OLE color: 6289846.

HSL color Cylindrical-coordinate representation of color #B6F95F: hue angle of 86.1º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6F95F is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 249 95 -
CMYK 0.27 0 0.62 0.02
HSL 86.1º 0.93% 0.67% -
HSV(B) 86.1º 0.62% 0.98% -
XYZ 55.23 78.52 23.07 -
YUV 211.41 62.3 107.02 -
System Red Green Blue C M Y K H S L
Decimal 182 249 95 0.27 0 0.62 0.02 86.1 0.93 0.67
Hex B6 F9 5F 1B 0 3E 2 56 5D 43
Octal 266 371 137 33 0 76 2 126 135 103
Binary 10110110 11111001 1011111 11011 0 111110 10 1010110 1011101 1000011

Color Harmonies of #B6F95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F95F

Black with #B6F95F

Text Example


Text Example

White with #B6F95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F95F; }

 p { color: rgb(182,249,95); }

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

background-color css

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

 a { background-color: rgb(182,249,95); }

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

border-color css

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

 span { border-color: rgb(182,249,95); }

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