Html Css Color HEX #BEDB8A Sulu

📋 copy color: '#BEDB8A'

red 190 ◦ green 219 ◦ blue 138

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

Shades of Sulu #BEDB8A

Tints of Sulu #BEDB8A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

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

R = 34.73%
G = 40.04%
B = 25.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#BEDB8A (or 0xBEDB8A) is known color: Sulu. HEX triplet: BE, DB and 8A. RGB value is (190,219,138). Sum of RGB (Red+Green+Blue) = 190+219+138=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB8A is #412475. Grayscale: #C9C9C9. Windows color (decimal): -4269174 or 9100222. OLE color: 9100222.

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

Color convert

RGB 190 219 138 -
CMYK 0.13 0 0.37 0.14
HSL 81.48º 0.53% 0.7% -
HSV(B) 81.48º 0.37% 0.86% -
XYZ 51.15 63.45 33.59 -
YUV 201.1 92.39 120.09 -
System Red Green Blue C M Y K H S L
Decimal 190 219 138 0.13 0 0.37 0.14 81.48 0.53 0.7
Hex BE DB 8A D 0 25 E 51 35 46
Octal 276 333 212 15 0 45 16 121 65 106
Binary 10111110 11011011 10001010 1101 0 100101 1110 1010001 110101 1000110

Color Harmonies of #BEDB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB8A

Black with #BEDB8A

Text Example


Text Example

White with #BEDB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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