#BBDA74

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

Shades of Sulu #BBDA74

Tints of Sulu #BBDA74

Color information

#BBDA74 (or 0xBBDA74) is unknown color: approx Sulu. HEX triplet: BB, DA and 74. RGB value is (187,218,116). Sum of RGB (Red+Green+Blue) = 187+218+116=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA74 is #44258B. Grayscale: #C5C5C5. Windows color (decimal): -4466060 or 7658171. OLE color: 7658171.

HSL color Cylindrical-coordinate representation of color #BBDA74: hue angle of 78.24º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBDA74 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB187218116-
CMYK0.1400.470.15
HSL78.24º57.95%65.49%-
HSV(B)78.24º46.79%85.49%-
XYZ48.7261.9725.92-
YUV197.182.23120.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 116 (45.70% from 255) = 22.26%
R=35.89%
G=41.84%
B=22.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181160.1400.470.1578.2457.9565.49
HexBBDA74E02FF4e3a41
Octal273332164160571711672101
Binary1011101111011010111010011100101111111110011101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDA74; }

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

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

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

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

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

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

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

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