Html Css Color HEX #BED77C Sulu

📋 copy color: '#BED77C'

red 190 ◦ green 215 ◦ blue 124

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

Shades of Sulu #BED77C

Tints of Sulu #BED77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.44%

R = 35.92%
G = 40.64%
B = 23.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#BED77C (or 0xBED77C) is known color: Sulu. HEX triplet: BE, D7 and 7C. RGB value is (190,215,124). Sum of RGB (Red+Green+Blue) = 190+215+124=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #BED77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED77C is #412883. Grayscale: #C5C5C5. Windows color (decimal): -4270212 or 8181694. OLE color: 8181694.

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

Color convert

RGB 190 215 124 -
CMYK 0.12 0 0.42 0.16
HSL 76.48º 0.53% 0.66% -
HSV(B) 76.48º 0.42% 0.84% -
XYZ 49.17 61 28.25 -
YUV 197.15 86.72 122.9 -
System Red Green Blue C M Y K H S L
Decimal 190 215 124 0.12 0 0.42 0.16 76.48 0.53 0.66
Hex BE D7 7C C 0 2A 10 4C 35 42
Octal 276 327 174 14 0 52 20 114 65 102
Binary 10111110 11010111 1111100 1100 0 101010 10000 1001100 110101 1000010

Color Harmonies of #BED77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED77C

Black with #BED77C

Text Example


Text Example

White with #BED77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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