#BBDF74

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

Shades of Sulu #BBDF74

Tints of Sulu #BBDF74

Color information

#BBDF74 (or 0xBBDF74) is unknown color: approx Sulu. HEX triplet: BB, DF and 74. RGB value is (187,223,116). Sum of RGB (Red+Green+Blue) = 187+223+116=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF74 is #44208B. Grayscale: #C8C8C8. Windows color (decimal): -4464780 or 7659451. OLE color: 7659451.

HSL color Cylindrical-coordinate representation of color #BBDF74: hue angle of 80.19º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBDF74 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB187223116-
CMYK0.1600.480.13
HSL80.19º62.57%66.47%-
HSV(B)80.19º47.98%87.45%-
XYZ50.0364.626.36-
YUV200.0480.57118.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 223 (87.5% from 255) = 42.40%
BLUE value IS 116 (45.70% from 255) = 22.05%
R=35.55%
G=42.40%
B=22.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231160.1600.480.1380.1962.5766.47
HexBBDF7410030D503f42
Octal273337164200601512077102
Binary10111011110111111110100100000110000110110100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDF74; }

 p { color: rgb(187,223,116); }

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

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

 a { background-color: rgb(187,223,116); }

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

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

 span { border-color: rgb(187,223,116); }

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