Html Css Color HEX #BEDB72 Sulu

📋 copy color: '#BEDB72'

red 190 ◦ green 219 ◦ blue 114

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

Shades of Sulu #BEDB72

Tints of Sulu #BEDB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.87%

 BLUE value IS 114 (44.92% from 255) = 21.8%

R = 36.33%
G = 41.87%
B = 21.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#BEDB72 (or 0xBEDB72) is known color: Sulu. HEX triplet: BE, DB and 72. RGB value is (190,219,114). Sum of RGB (Red+Green+Blue) = 190+219+114=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB72 is #41248D. Grayscale: #C6C6C6. Windows color (decimal): -4269198 or 7527358. OLE color: 7527358.

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

Color convert

RGB 190 219 114 -
CMYK 0.13 0 0.48 0.14
HSL 76.57º 0.59% 0.65% -
HSV(B) 76.57º 0.48% 0.86% -
XYZ 49.6 62.83 25.43 -
YUV 198.36 80.39 122.04 -
System Red Green Blue C M Y K H S L
Decimal 190 219 114 0.13 0 0.48 0.14 76.57 0.59 0.65
Hex BE DB 72 D 0 30 E 4D 3B 41
Octal 276 333 162 15 0 60 16 115 73 101
Binary 10111110 11011011 1110010 1101 0 110000 1110 1001101 111011 1000001

Color Harmonies of #BEDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB72

Black with #BEDB72

Text Example


Text Example

White with #BEDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB72; }

 p { color: rgb(190,219,114); }

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

background-color css

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

 a { background-color: rgb(190,219,114); }

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

border-color css

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

 span { border-color: rgb(190,219,114); }

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