Html Css Color HEX #BED87A Sulu

📋 copy color: '#BED87A'

red 190 ◦ green 216 ◦ blue 122

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

Shades of Sulu #BED87A

Tints of Sulu #BED87A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.11%

R = 35.98%
G = 40.91%
B = 23.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#BED87A (or 0xBED87A) is known color: Sulu. HEX triplet: BE, D8 and 7A. RGB value is (190,216,122). Sum of RGB (Red+Green+Blue) = 190+216+122=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #BED87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED87A is #412785. Grayscale: #C5C5C5. Windows color (decimal): -4269958 or 8050878. OLE color: 8050878.

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

Color convert

RGB 190 216 122 -
CMYK 0.12 0 0.44 0.15
HSL 76.6º 0.55% 0.66% -
HSV(B) 76.6º 0.44% 0.85% -
XYZ 49.3 61.46 27.68 -
YUV 197.51 85.39 122.64 -
System Red Green Blue C M Y K H S L
Decimal 190 216 122 0.12 0 0.44 0.15 76.6 0.55 0.66
Hex BE D8 7A C 0 2C F 4D 37 42
Octal 276 330 172 14 0 54 17 115 67 102
Binary 10111110 11011000 1111010 1100 0 101100 1111 1001101 110111 1000010

Color Harmonies of #BED87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED87A

Black with #BED87A

Text Example


Text Example

White with #BED87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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