#B6FB5C

Color #B6FB5C Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B6FB5C

Tints of Conifer #B6FB5C

Color information

#B6FB5C (or 0xB6FB5C) is unknown color: approx Conifer. HEX triplet: B6, FB and 5C. RGB value is (182,251,92). Sum of RGB (Red+Green+Blue) = 182+251+92=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FB5C is #4904A3. Grayscale: #D4D4D4. Windows color (decimal): -4785316 or 6093750. OLE color: 6093750.

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

Color convert

RGB18225192-
CMYK0.2700.630.02
HSL86.04º95.21%67.25%-
HSV(B)86.04º63.35%98.43%-
XYZ55.7279.7122.57-
YUV212.2460.14106.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 251 (98.44% from 255) = 47.81%
BLUE value IS 92 (36.33% from 255) = 17.52%
R=34.67%
G=47.81%
B=17.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182251920.2700.630.0286.0495.2167.25
HexB6FB5C1B03F2565f43
Octal266373134330772126137103
Binary1011011011111011101110011011011111110101011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FB5C; }

 p { color: rgb(182,251,92); }

 H1.HeaderClassName
 {
   color: #B6FB5C;
 }
 .AnyTagClassName
 {
   color: #B6FB5C;
 }
</style>
background-color css

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

 a { background-color: rgb(182,251,92); }

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

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

 span { border-color: rgb(182,251,92); }

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