#BFD583

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

Shades of Sulu #BFD583

Tints of Sulu #BFD583

Color information

#BFD583 (or 0xBFD583) is unknown color: approx Sulu. HEX triplet: BF, D5 and 83. RGB value is (191,213,131). Sum of RGB (Red+Green+Blue) = 191+213+131=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD583 is #402A7C. Grayscale: #C5C5C5. Windows color (decimal): -4205181 or 8639935. OLE color: 8639935.

HSL color Cylindrical-coordinate representation of color #BFD583: hue angle of 76.1º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFD583 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB191213131-
CMYK0.1000.380.16
HSL76.1º49.4%67.45%-
HSV(B)76.1º38.5%83.53%-
XYZ49.3860.330.51-
YUV197.0790.71123.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 213 (83.59% from 255) = 39.81%
BLUE value IS 131 (51.56% from 255) = 24.49%
R=35.70%
G=39.81%
B=24.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131310.1000.380.1676.149.467.45
HexBFD583A026104c3143
Octal277325203120462011461103
Binary101111111101010110000011101001001101000010011001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD583; }

 p { color: rgb(191,213,131); }

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

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

 a { background-color: rgb(191,213,131); }

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

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

 span { border-color: rgb(191,213,131); }

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