#BDD97A

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

Shades of Sulu #BDD97A

Tints of Sulu #BDD97A

Color information

#BDD97A (or 0xBDD97A) is unknown color: approx Sulu. HEX triplet: BD, D9 and 7A. RGB value is (189,217,122). Sum of RGB (Red+Green+Blue) = 189+217+122=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD97A is #422685. Grayscale: #C6C6C6. Windows color (decimal): -4335238 or 8051133. OLE color: 8051133.

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

Color convert

RGB189217122-
CMYK0.1300.440.15
HSL77.68º55.56%66.47%-
HSV(B)77.68º43.78%85.1%-
XYZ49.3161.8527.75-
YUV197.885.22121.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 122 (48.05% from 255) = 23.11%
R=35.80%
G=41.10%
B=23.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892171220.1300.440.1577.6855.5666.47
HexBDD97AD02CF4e3842
Octal275331172150541711670102
Binary1011110111011001111101011010101100111110011101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD97A; }

 p { color: rgb(189,217,122); }

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

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

 a { background-color: rgb(189,217,122); }

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

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

 span { border-color: rgb(189,217,122); }

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