Html Css Color HEX #BED774 Sulu

📋 copy color: '#BED774'

red 190 ◦ green 215 ◦ blue 116

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

Shades of Sulu #BED774

Tints of Sulu #BED774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.26%

R = 36.47%
G = 41.27%
B = 22.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#BED774 (or 0xBED774) is known color: Sulu. HEX triplet: BE, D7 and 74. RGB value is (190,215,116). Sum of RGB (Red+Green+Blue) = 190+215+116=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #BED774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED774 is #41288B. Grayscale: #C4C4C4. Windows color (decimal): -4270220 or 7657406. OLE color: 7657406.

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

Color convert

RGB 190 215 116 -
CMYK 0.12 0 0.46 0.16
HSL 75.15º 0.55% 0.65% -
HSV(B) 75.15º 0.46% 0.84% -
XYZ 48.69 60.81 25.69 -
YUV 196.24 82.72 123.55 -
System Red Green Blue C M Y K H S L
Decimal 190 215 116 0.12 0 0.46 0.16 75.15 0.55 0.65
Hex BE D7 74 C 0 2E 10 4B 37 41
Octal 276 327 164 14 0 56 20 113 67 101
Binary 10111110 11010111 1110100 1100 0 101110 10000 1001011 110111 1000001

Color Harmonies of #BED774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED774

Black with #BED774

Text Example


Text Example

White with #BED774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED774; }

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

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

background-color css

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

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

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

border-color css

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

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

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