Html Css Color HEX #BEEA8C Sulu

📋 copy color: '#BEEA8C'

red 190 ◦ green 234 ◦ blue 140

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

Shades of Sulu #BEEA8C

Tints of Sulu #BEEA8C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.49%

 BLUE value IS 140 (55.08% from 255) = 24.82%

R = 33.69%
G = 41.49%
B = 24.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#BEEA8C (or 0xBEEA8C) is known color: Sulu. HEX triplet: BE, EA and 8C. RGB value is (190,234,140). Sum of RGB (Red+Green+Blue) = 190+234+140=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEA8C is #411573. Grayscale: #D2D2D2. Windows color (decimal): -4265332 or 9235134. OLE color: 9235134.

HSL color Cylindrical-coordinate representation of color #BEEA8C: hue angle of 88.09º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEEA8C is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 140 -
CMYK 0.19 0 0.40 0.08
HSL 88.09º 0.69% 0.73% -
HSV(B) 88.09º 0.4% 0.92% -
XYZ 55.39 71.69 35.73 -
YUV 210.13 88.42 113.64 -
System Red Green Blue C M Y K H S L
Decimal 190 234 140 0.19 0 0.40 0.08 88.09 0.69 0.73
Hex BE EA 8C 13 0 28 8 58 45 49
Octal 276 352 214 23 0 50 10 130 105 111
Binary 10111110 11101010 10001100 10011 0 101000 1000 1011000 1000101 1001001

Color Harmonies of #BEEA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEA8C

Black with #BEEA8C

Text Example


Text Example

White with #BEEA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEA8C; }

 p { color: rgb(190,234,140); }

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

background-color css

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

 a { background-color: rgb(190,234,140); }

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

border-color css

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

 span { border-color: rgb(190,234,140); }

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