#BBF661

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

Shades of Conifer #BBF661

Tints of Conifer #BBF661

Color information

#BBF661 (or 0xBBF661) is unknown color: approx Conifer. HEX triplet: BB, F6 and 61. RGB value is (187,246,97). Sum of RGB (Red+Green+Blue) = 187+246+97=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF661 is #44099E. Grayscale: #D3D3D3. Windows color (decimal): -4458911 or 6420155. OLE color: 6420155.

HSL color Cylindrical-coordinate representation of color #BBF661: hue angle of 83.76º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBF661 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB18724697-
CMYK0.2400.610.04
HSL83.76º89.22%67.25%-
HSV(B)83.76º60.57%96.47%-
XYZ55.6177.3423.31-
YUV211.3763.45110.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 246 (96.48% from 255) = 46.42%
BLUE value IS 97 (38.28% from 255) = 18.30%
R=35.28%
G=46.42%
B=18.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal187246970.2400.610.0483.7689.2267.25
HexBBF6611803D4545943
Octal273366141300754124131103
Binary10111011111101101100001110000111101100101010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF661; }

 p { color: rgb(187,246,97); }

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

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

 a { background-color: rgb(187,246,97); }

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

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

 span { border-color: rgb(187,246,97); }

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