#BFD68A

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

Shades of Sulu #BFD68A

Tints of Sulu #BFD68A

Color information

#BFD68A (or 0xBFD68A) is unknown color: approx Sulu. HEX triplet: BF, D6 and 8A. RGB value is (191,214,138). Sum of RGB (Red+Green+Blue) = 191+214+138=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD68A is #402975. Grayscale: #C6C6C6. Windows color (decimal): -4204918 or 9098943. OLE color: 9098943.

HSL color Cylindrical-coordinate representation of color #BFD68A: hue angle of 78.16º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFD68A is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB191214138-
CMYK0.1100.360.16
HSL78.16º48.1%69.02%-
HSV(B)78.16º35.51%83.92%-
XYZ50.126133.18-
YUV198.4693.88122.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 214 (83.98% from 255) = 39.41%
BLUE value IS 138 (54.30% from 255) = 25.41%
R=35.17%
G=39.41%
B=25.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912141380.1100.360.1678.1648.169.02
HexBFD68AB024104e3045
Octal277326212130442011660105
Binary101111111101011010001010101101001001000010011101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD68A; }

 p { color: rgb(191,214,138); }

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

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

 a { background-color: rgb(191,214,138); }

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

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

 span { border-color: rgb(191,214,138); }

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