#BBF067

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

Shades of Sulu #BBF067

Tints of Sulu #BBF067

Color information

#BBF067 (or 0xBBF067) is unknown color: approx Sulu. HEX triplet: BB, F0 and 67. RGB value is (187,240,103). Sum of RGB (Red+Green+Blue) = 187+240+103=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF067 is #440F98. Grayscale: #D1D1D1. Windows color (decimal): -4460441 or 6811835. OLE color: 6811835.

HSL color Cylindrical-coordinate representation of color #BBF067: hue angle of 83.21º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBF067 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB187240103-
CMYK0.2200.570.06
HSL83.21º82.04%67.25%-
HSV(B)83.21º57.08%94.12%-
XYZ54.173.8624.24-
YUV208.5468.44112.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 240 (94.14% from 255) = 45.28%
BLUE value IS 103 (40.62% from 255) = 19.43%
R=35.28%
G=45.28%
B=19.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872401030.2200.570.0683.2182.0467.25
HexBBF067160396535243
Octal273360147260716123122103
Binary10111011111100001100111101100111001110101001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF067; }

 p { color: rgb(187,240,103); }

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

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

 a { background-color: rgb(187,240,103); }

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

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

 span { border-color: rgb(187,240,103); }

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