Html Css Color HEX #BEDD85 Sulu

📋 copy color: '#BEDD85'

red 190 ◦ green 221 ◦ blue 133

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

Shades of Sulu #BEDD85

Tints of Sulu #BEDD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.45%

R = 34.93%
G = 40.63%
B = 24.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#BEDD85 (or 0xBEDD85) is known color: Sulu. HEX triplet: BE, DD and 85. RGB value is (190,221,133). Sum of RGB (Red+Green+Blue) = 190+221+133=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD85 is #41227A. Grayscale: #CACACA. Windows color (decimal): -4268667 or 8773054. OLE color: 8773054.

HSL color Cylindrical-coordinate representation of color #BEDD85: hue angle of 81.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEDD85 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 133 -
CMYK 0.14 0 0.40 0.13
HSL 81.14º 0.56% 0.69% -
HSV(B) 81.14º 0.4% 0.87% -
XYZ 51.33 64.35 31.91 -
YUV 201.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 190 221 133 0.14 0 0.40 0.13 81.14 0.56 0.69
Hex BE DD 85 E 0 28 D 51 38 45
Octal 276 335 205 16 0 50 15 121 70 105
Binary 10111110 11011101 10000101 1110 0 101000 1101 1010001 111000 1000101

Color Harmonies of #BEDD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD85

Black with #BEDD85

Text Example


Text Example

White with #BEDD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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