#bad67c

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

Shades of Sulu #BAD67C

Tints of Sulu #BAD67C

Color information

#BAD67C (or 0xBAD67C) is unknown color: approx Sulu. HEX triplet: BA, D6 and 7C. RGB value is (186,214,124). Sum of RGB (Red+Green+Blue) = 186+214+124=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD67C is #452983. Grayscale: #C3C3C3. Windows color (decimal): -4532612 or 8181434. OLE color: 8181434.

HSL color Cylindrical-coordinate representation of color #BAD67C: hue angle of 78.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAD67C is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB186214124-
CMYK0.1300.420.16
HSL78.67º52.33%66.27%-
HSV(B)78.67º42.06%83.92%-
XYZ47.9359.9928.12-
YUV195.3787.72121.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 124 (48.83% from 255) = 23.66%
R=35.50%
G=40.84%
B=23.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141240.1300.420.1678.6752.3366.27
HexBAD67CD02A104f3442
Octal272326174150522011764102
Binary10111010110101101111100110101010101000010011111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bad67c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bad67c; }

 p { color: rgb(186,214,124); }

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

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

 a { background-color: rgb(186,214,124); }

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

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

 span { border-color: rgb(186,214,124); }

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