#BDD674

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

Shades of Sulu #BDD674

Tints of Sulu #BDD674

Color information

#BDD674 (or 0xBDD674) is unknown color: approx Sulu. HEX triplet: BD, D6 and 74. RGB value is (189,214,116). Sum of RGB (Red+Green+Blue) = 189+214+116=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD674 is #42298B. Grayscale: #C3C3C3. Windows color (decimal): -4336012 or 7657149. OLE color: 7657149.

HSL color Cylindrical-coordinate representation of color #BDD674: hue angle of 75.31º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDD674 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB189214116-
CMYK0.1200.460.16
HSL75.31º54.44%64.71%-
HSV(B)75.31º45.79%83.92%-
XYZ48.1960.1725.6-
YUV195.3583.22123.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 116 (45.70% from 255) = 22.35%
R=36.42%
G=41.23%
B=22.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141160.1200.460.1675.3154.4464.71
HexBDD674C02E104b3641
Octal275326164140562011366101
Binary10111101110101101110100110001011101000010010111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD674; }

 p { color: rgb(189,214,116); }

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

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

 a { background-color: rgb(189,214,116); }

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

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

 span { border-color: rgb(189,214,116); }

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