Html Css Color HEX #BEDD8A Sulu

📋 copy color: '#BEDD8A'

red 190 ◦ green 221 ◦ blue 138

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

Shades of Sulu #BEDD8A

Tints of Sulu #BEDD8A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.26%

 BLUE value IS 138 (54.3% from 255) = 25.14%

R = 34.61%
G = 40.26%
B = 25.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#BEDD8A (or 0xBEDD8A) is known color: Sulu. HEX triplet: BE, DD and 8A. RGB value is (190,221,138). Sum of RGB (Red+Green+Blue) = 190+221+138=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD8A is #412275. Grayscale: #CACACA. Windows color (decimal): -4268662 or 9100734. OLE color: 9100734.

HSL color Cylindrical-coordinate representation of color #BEDD8A: hue angle of 82.41º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEDD8A is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 138 -
CMYK 0.14 0 0.38 0.13
HSL 82.41º 0.55% 0.7% -
HSV(B) 82.41º 0.38% 0.87% -
XYZ 51.68 64.5 33.77 -
YUV 202.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 190 221 138 0.14 0 0.38 0.13 82.41 0.55 0.7
Hex BE DD 8A E 0 26 D 52 37 46
Octal 276 335 212 16 0 46 15 122 67 106
Binary 10111110 11011101 10001010 1110 0 100110 1101 1010010 110111 1000110

Color Harmonies of #BEDD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD8A

Black with #BEDD8A

Text Example


Text Example

White with #BEDD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD8A; }

 p { color: rgb(190,221,138); }

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

background-color css

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

 a { background-color: rgb(190,221,138); }

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

border-color css

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

 span { border-color: rgb(190,221,138); }

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