#BBF353

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

Shades of Conifer #BBF353

Tints of Conifer #BBF353

Color information

#BBF353 (or 0xBBF353) is unknown color: approx Conifer. HEX triplet: BB, F3 and 53. RGB value is (187,243,83). Sum of RGB (Red+Green+Blue) = 187+243+83=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF353 is #440CAC. Grayscale: #D0D0D0. Windows color (decimal): -4459693 or 5501883. OLE color: 5501883.

HSL color Cylindrical-coordinate representation of color #BBF353: hue angle of 81º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBF353 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB18724383-
CMYK0.2300.660.05
HSL81º86.96%63.92%-
HSV(B)81º65.84%95.29%-
XYZ54.1175.2919.86-
YUV208.0257.45113.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 243 (95.31% from 255) = 47.37%
BLUE value IS 83 (32.81% from 255) = 16.18%
R=36.45%
G=47.37%
B=16.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187243830.2300.660.058186.9663.92
HexBBF353170425515740
Octal2733631232701025121127100
Binary101110111111001110100111011101000010101101000110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF353; }

 p { color: rgb(187,243,83); }

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

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

 a { background-color: rgb(187,243,83); }

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

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

 span { border-color: rgb(187,243,83); }

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