#BEDB75

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

Shades of Sulu #BEDB75

Tints of Sulu #BEDB75

Color information

#BEDB75 (or 0xBEDB75) is unknown color: approx Sulu. HEX triplet: BE, DB and 75. RGB value is (190,219,117). Sum of RGB (Red+Green+Blue) = 190+219+117=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB75 is #41248A. Grayscale: #C7C7C7. Windows color (decimal): -4269195 or 7723966. OLE color: 7723966.

HSL color Cylindrical-coordinate representation of color #BEDB75: hue angle of 77.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEDB75 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB190219117-
CMYK0.1300.470.14
HSL77.06º58.62%65.88%-
HSV(B)77.06º46.58%85.88%-
XYZ49.7862.8926.35-
YUV198.781.89121.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 219 (85.94% from 255) = 41.63%
BLUE value IS 117 (46.09% from 255) = 22.24%
R=36.12%
G=41.63%
B=22.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191170.1300.470.1477.0658.6265.88
HexBEDB75D02FE4d3b42
Octal276333165150571611573102
Binary1011111011011011111010111010101111111010011011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB75; }

 p { color: rgb(190,219,117); }

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

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

 a { background-color: rgb(190,219,117); }

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

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

 span { border-color: rgb(190,219,117); }

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