Html Css Color HEX #BED976 Sulu

📋 copy color: '#BED976'

red 190 ◦ green 217 ◦ blue 118

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

Shades of Sulu #BED976

Tints of Sulu #BED976

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.33%

 BLUE value IS 118 (46.48% from 255) = 22.48%

R = 36.19%
G = 41.33%
B = 22.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#BED976 (or 0xBED976) is known color: Sulu. HEX triplet: BE, D9 and 76. RGB value is (190,217,118). Sum of RGB (Red+Green+Blue) = 190+217+118=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #BED976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED976 is #412689. Grayscale: #C6C6C6. Windows color (decimal): -4269706 or 7788990. OLE color: 7788990.

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

Color convert

RGB 190 217 118 -
CMYK 0.12 0 0.46 0.15
HSL 76.36º 0.57% 0.66% -
HSV(B) 76.36º 0.46% 0.85% -
XYZ 49.32 61.88 26.48 -
YUV 197.64 83.05 122.55 -
System Red Green Blue C M Y K H S L
Decimal 190 217 118 0.12 0 0.46 0.15 76.36 0.57 0.66
Hex BE D9 76 C 0 2E F 4C 39 42
Octal 276 331 166 14 0 56 17 114 71 102
Binary 10111110 11011001 1110110 1100 0 101110 1111 1001100 111001 1000010

Color Harmonies of #BED976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED976

Black with #BED976

Text Example


Text Example

White with #BED976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED976; }

 p { color: rgb(190,217,118); }

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

background-color css

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

 a { background-color: rgb(190,217,118); }

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

border-color css

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

 span { border-color: rgb(190,217,118); }

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