Html Css Color HEX #BED88A Sulu

📋 copy color: '#BED88A'

red 190 ◦ green 216 ◦ blue 138

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

Shades of Sulu #BED88A

Tints of Sulu #BED88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.71%

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

R = 34.93%
G = 39.71%
B = 25.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#BED88A (or 0xBED88A) is known color: Sulu. HEX triplet: BE, D8 and 8A. RGB value is (190,216,138). Sum of RGB (Red+Green+Blue) = 190+216+138=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #BED88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED88A is #412775. Grayscale: #C7C7C7. Windows color (decimal): -4269942 or 9099454. OLE color: 9099454.

HSL color Cylindrical-coordinate representation of color #BED88A: hue angle of 80º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BED88A is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 138 -
CMYK 0.12 0 0.36 0.15
HSL 80º 0.5% 0.69% -
HSV(B) 80º 0.36% 0.85% -
XYZ 50.38 61.89 33.34 -
YUV 199.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 190 216 138 0.12 0 0.36 0.15 80 0.5 0.69
Hex BE D8 8A C 0 24 F 50 32 45
Octal 276 330 212 14 0 44 17 120 62 105
Binary 10111110 11011000 10001010 1100 0 100100 1111 1010000 110010 1000101

Color Harmonies of #BED88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED88A

Black with #BED88A

Text Example


Text Example

White with #BED88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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