Html Css Color HEX #BEDA75 Sulu

📋 copy color: '#BEDA75'

red 190 ◦ green 218 ◦ blue 117

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

Shades of Sulu #BEDA75

Tints of Sulu #BEDA75

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.52%

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

R = 36.19%
G = 41.52%
B = 22.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#BEDA75 (or 0xBEDA75) is known color: Sulu. HEX triplet: BE, DA and 75. RGB value is (190,218,117). Sum of RGB (Red+Green+Blue) = 190+218+117=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA75 is #41258A. Grayscale: #C6C6C6. Windows color (decimal): -4269451 or 7723710. OLE color: 7723710.

HSL color Cylindrical-coordinate representation of color #BEDA75: hue angle of 76.63º degrees, saturation: 0.58, 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 #BEDA75 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 218 117 -
CMYK 0.13 0 0.46 0.15
HSL 76.63º 0.58% 0.66% -
HSV(B) 76.63º 0.46% 0.85% -
XYZ 49.52 62.37 26.26 -
YUV 198.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 190 218 117 0.13 0 0.46 0.15 76.63 0.58 0.66
Hex BE DA 75 D 0 2E F 4D 3A 42
Octal 276 332 165 15 0 56 17 115 72 102
Binary 10111110 11011010 1110101 1101 0 101110 1111 1001101 111010 1000010

Color Harmonies of #BEDA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA75

Black with #BEDA75

Text Example


Text Example

White with #BEDA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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