Html Css Color HEX #BEDA70 Sulu

📋 copy color: '#BEDA70'

red 190 ◦ green 218 ◦ blue 112

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

Shades of Sulu #BEDA70

Tints of Sulu #BEDA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.54%

R = 36.54%
G = 41.92%
B = 21.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#BEDA70 (or 0xBEDA70) is known color: Sulu. HEX triplet: BE, DA and 70. RGB value is (190,218,112). Sum of RGB (Red+Green+Blue) = 190+218+112=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA70 is #41258F. Grayscale: #C5C5C5. Windows color (decimal): -4269456 or 7396030. OLE color: 7396030.

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

Color convert

RGB 190 218 112 -
CMYK 0.13 0 0.49 0.15
HSL 75.85º 0.59% 0.65% -
HSV(B) 75.85º 0.49% 0.85% -
XYZ 49.23 62.26 24.75 -
YUV 197.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 190 218 112 0.13 0 0.49 0.15 75.85 0.59 0.65
Hex BE DA 70 D 0 31 F 4C 3B 41
Octal 276 332 160 15 0 61 17 114 73 101
Binary 10111110 11011010 1110000 1101 0 110001 1111 1001100 111011 1000001

Color Harmonies of #BEDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA70

Black with #BEDA70

Text Example


Text Example

White with #BEDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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