Html Css Color HEX #BEDA74 Sulu

📋 copy color: '#BEDA74'

red 190 ◦ green 218 ◦ blue 116

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

Shades of Sulu #BEDA74

Tints of Sulu #BEDA74

RGB

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

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

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

R = 36.26%
G = 41.6%
B = 22.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#BEDA74 (or 0xBEDA74) is known color: Sulu. HEX triplet: BE, DA and 74. RGB value is (190,218,116). Sum of RGB (Red+Green+Blue) = 190+218+116=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA74 is #41258B. Grayscale: #C6C6C6. Windows color (decimal): -4269452 or 7658174. OLE color: 7658174.

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

Color convert

RGB 190 218 116 -
CMYK 0.13 0 0.47 0.15
HSL 76.47º 0.58% 0.65% -
HSV(B) 76.47º 0.47% 0.85% -
XYZ 49.46 62.35 25.95 -
YUV 198 81.72 122.29 -
System Red Green Blue C M Y K H S L
Decimal 190 218 116 0.13 0 0.47 0.15 76.47 0.58 0.65
Hex BE DA 74 D 0 2F F 4C 3A 41
Octal 276 332 164 15 0 57 17 114 72 101
Binary 10111110 11011010 1110100 1101 0 101111 1111 1001100 111010 1000001

Color Harmonies of #BEDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA74

Black with #BEDA74

Text Example


Text Example

White with #BEDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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