Html Css Color HEX #BED588 Sulu

📋 copy color: '#BED588'

red 190 ◦ green 213 ◦ blue 136

#BED588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BED588

Tints of Sulu #BED588

RGB

 RED value IS 190 (74.61% from 255) = 35.25%

 GREEN value IS 213 (83.59% from 255) = 39.52%

 BLUE value IS 136 (53.52% from 255) = 25.23%

R = 35.25%
G = 39.52%
B = 25.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#BED588 (or 0xBED588) is known color: Sulu. HEX triplet: BE, D5 and 88. RGB value is (190,213,136). Sum of RGB (Red+Green+Blue) = 190+213+136=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #BED588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED588 is #412A77. Grayscale: #C5C5C5. Windows color (decimal): -4270712 or 8967614. OLE color: 8967614.

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

Color convert

RGB 190 213 136 -
CMYK 0.11 0 0.36 0.16
HSL 77.92º 0.48% 0.68% -
HSV(B) 77.92º 0.36% 0.84% -
XYZ 49.47 60.31 32.33 -
YUV 197.35 93.38 122.76 -
System Red Green Blue C M Y K H S L
Decimal 190 213 136 0.11 0 0.36 0.16 77.92 0.48 0.68
Hex BE D5 88 B 0 24 10 4E 30 44
Octal 276 325 210 13 0 44 20 116 60 104
Binary 10111110 11010101 10001000 1011 0 100100 10000 1001110 110000 1000100

Color Harmonies of #BED588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED588

Black with #BED588

Text Example


Text Example

White with #BED588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED588; }

 p { color: rgb(190,213,136); }

 H1.HeaderClassName
 {
   color: #BED588;
 }
 .AnyTagClassName
 {
   color: #BED588;
 }
</style>

background-color css

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

 a { background-color: rgb(190,213,136); }

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

border-color css

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

 span { border-color: rgb(190,213,136); }

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