Html Css Color HEX #BED975 Sulu

📋 copy color: '#BED975'

red 190 ◦ green 217 ◦ blue 117

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

Shades of Sulu #BED975

Tints of Sulu #BED975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.33%

R = 36.26%
G = 41.41%
B = 22.33%

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

#BED975 (or 0xBED975) is known color: Sulu. HEX triplet: BE, D9 and 75. RGB value is (190,217,117). Sum of RGB (Red+Green+Blue) = 190+217+117=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #BED975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED975 is #41268A. Grayscale: #C5C5C5. Windows color (decimal): -4269707 or 7723454. OLE color: 7723454.

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

Color convert

RGB 190 217 117 -
CMYK 0.12 0 0.46 0.15
HSL 76.2º 0.57% 0.65% -
HSV(B) 76.2º 0.46% 0.85% -
XYZ 49.26 61.86 26.17 -
YUV 197.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 190 217 117 0.12 0 0.46 0.15 76.2 0.57 0.65
Hex BE D9 75 C 0 2E F 4C 39 41
Octal 276 331 165 14 0 56 17 114 71 101
Binary 10111110 11011001 1110101 1100 0 101110 1111 1001100 111001 1000001

Color Harmonies of #BED975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED975

Black with #BED975

Text Example


Text Example

White with #BED975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED975; }

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

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

background-color css

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

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

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

border-color css

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

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

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