Html Css Color HEX #BED974 Sulu

📋 copy color: '#BED974'

red 190 ◦ green 217 ◦ blue 116

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

Shades of Sulu #BED974

Tints of Sulu #BED974

RGB

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

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

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

R = 36.33%
G = 41.49%
B = 22.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#BED974 (or 0xBED974) is known color: Sulu. HEX triplet: BE, D9 and 74. RGB value is (190,217,116). Sum of RGB (Red+Green+Blue) = 190+217+116=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #BED974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED974 is #41268B. Grayscale: #C5C5C5. Windows color (decimal): -4269708 or 7657918. OLE color: 7657918.

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

Color convert

RGB 190 217 116 -
CMYK 0.12 0 0.47 0.15
HSL 76.04º 0.57% 0.65% -
HSV(B) 76.04º 0.47% 0.85% -
XYZ 49.2 61.83 25.86 -
YUV 197.41 82.05 122.71 -
System Red Green Blue C M Y K H S L
Decimal 190 217 116 0.12 0 0.47 0.15 76.04 0.57 0.65
Hex BE D9 74 C 0 2F F 4C 39 41
Octal 276 331 164 14 0 57 17 114 71 101
Binary 10111110 11011001 1110100 1100 0 101111 1111 1001100 111001 1000001

Color Harmonies of #BED974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED974

Black with #BED974

Text Example


Text Example

White with #BED974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED974; }

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

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

background-color css

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

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

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

border-color css

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

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

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