Html Css Color HEX #BED77A Sulu

📋 copy color: '#BED77A'

red 190 ◦ green 215 ◦ blue 122

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

Shades of Sulu #BED77A

Tints of Sulu #BED77A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.8%

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

R = 36.05%
G = 40.8%
B = 23.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#BED77A (or 0xBED77A) is known color: Sulu. HEX triplet: BE, D7 and 7A. RGB value is (190,215,122). Sum of RGB (Red+Green+Blue) = 190+215+122=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #BED77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED77A is #412885. Grayscale: #C5C5C5. Windows color (decimal): -4270214 or 8050622. OLE color: 8050622.

HSL color Cylindrical-coordinate representation of color #BED77A: hue angle of 76.13º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BED77A is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 122 -
CMYK 0.12 0 0.43 0.16
HSL 76.13º 0.54% 0.66% -
HSV(B) 76.13º 0.43% 0.84% -
XYZ 49.05 60.95 27.59 -
YUV 196.92 85.72 123.06 -
System Red Green Blue C M Y K H S L
Decimal 190 215 122 0.12 0 0.43 0.16 76.13 0.54 0.66
Hex BE D7 7A C 0 2B 10 4C 36 42
Octal 276 327 172 14 0 53 20 114 66 102
Binary 10111110 11010111 1111010 1100 0 101011 10000 1001100 110110 1000010

Color Harmonies of #BED77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED77A

Black with #BED77A

Text Example


Text Example

White with #BED77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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