#BFD489

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

Shades of Sulu #BFD489

Tints of Sulu #BFD489

Color information

#BFD489 (or 0xBFD489) is unknown color: approx Sulu. HEX triplet: BF, D4 and 89. RGB value is (191,212,137). Sum of RGB (Red+Green+Blue) = 191+212+137=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD489 is #402B76. Grayscale: #C5C5C5. Windows color (decimal): -4205431 or 9032895. OLE color: 9032895.

HSL color Cylindrical-coordinate representation of color #BFD489: hue angle of 76.8º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFD489 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB191212137-
CMYK0.1000.350.17
HSL76.8º46.58%68.43%-
HSV(B)76.8º35.38%83.14%-
XYZ49.5459.9732.63-
YUV197.1794.04123.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 212 (83.20% from 255) = 39.26%
BLUE value IS 137 (53.91% from 255) = 25.37%
R=35.37%
G=39.26%
B=25.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912121370.1000.350.1776.846.5868.43
HexBFD489A023114d2f44
Octal277324211120432111557104
Binary101111111101010010001001101001000111000110011011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD489; }

 p { color: rgb(191,212,137); }

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

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

 a { background-color: rgb(191,212,137); }

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

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

 span { border-color: rgb(191,212,137); }

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