#BFDA78

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

Shades of Sulu #BFDA78

Tints of Sulu #BFDA78

Color information

#BFDA78 (or 0xBFDA78) is unknown color: approx Sulu. HEX triplet: BF, DA and 78. RGB value is (191,218,120). Sum of RGB (Red+Green+Blue) = 191+218+120=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA78 is #402587. Grayscale: #C7C7C7. Windows color (decimal): -4203912 or 7920319. OLE color: 7920319.

HSL color Cylindrical-coordinate representation of color #BFDA78: hue angle of 76.53º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFDA78 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB191218120-
CMYK0.1200.450.15
HSL76.53º56.98%66.27%-
HSV(B)76.53º44.95%85.49%-
XYZ49.9562.5827.22-
YUV198.7683.55122.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 120 (47.27% from 255) = 22.68%
R=36.11%
G=41.21%
B=22.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912181200.1200.450.1576.5356.9866.27
HexBFDA78C02DF4d3942
Octal277332170140551711571102
Binary1011111111011010111100011000101101111110011011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDA78; }

 p { color: rgb(191,218,120); }

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

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

 a { background-color: rgb(191,218,120); }

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

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

 span { border-color: rgb(191,218,120); }

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