#BBF953

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

Shades of Conifer #BBF953

Tints of Conifer #BBF953

Color information

#BBF953 (or 0xBBF953) is unknown color: approx Conifer. HEX triplet: BB, F9 and 53. RGB value is (187,249,83). Sum of RGB (Red+Green+Blue) = 187+249+83=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF953 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF953 is #4406AC. Grayscale: #D4D4D4. Windows color (decimal): -4458157 or 5503419. OLE color: 5503419.

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

Color convert

RGB18724983-
CMYK0.2500.670.02
HSL82.41º93.26%65.1%-
HSV(B)82.41º66.67%97.65%-
XYZ55.9378.9420.47-
YUV211.5455.46110.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 249 (97.66% from 255) = 47.98%
BLUE value IS 83 (32.81% from 255) = 15.99%
R=36.03%
G=47.98%
B=15.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal187249830.2500.670.0282.4193.2665.1
HexBBF953190432525d41
Octal2733711233101032122135101
Binary10111011111110011010011110010100001110101001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF953; }

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

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

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

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

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

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

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

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