#BECA98

Color #BECA98 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BECA98

Tints of Sprout #BECA98

Color information

#BECA98 (or 0xBECA98) is unknown color: approx Sprout. HEX triplet: BE, CA and 98. RGB value is (190,202,152). Sum of RGB (Red+Green+Blue) = 190+202+152=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA98 is #413567. Grayscale: #C0C0C0. Windows color (decimal): -4273512 or 10013374. OLE color: 10013374.

HSL color Cylindrical-coordinate representation of color #BECA98: hue angle of 74.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECA98 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB190202152-
CMYK0.0600.250.21
HSL74.4º32.05%69.41%-
HSV(B)74.4º24.75%79.22%-
XYZ48.0255.4637.88-
YUV192.71105.02126.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=34.93%
G=37.13%
B=27.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021520.0600.250.2174.432.0569.41
HexBECA986019154a2045
Octal27631223060312511240105
Binary1011111011001010100110001100110011010110010101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA98; }

 p { color: rgb(190,202,152); }

 H1.HeaderClassName
 {
   color: #BECA98;
 }
 .AnyTagClassName
 {
   color: #BECA98;
 }
</style>
background-color css

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

 a { background-color: rgb(190,202,152); }

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

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

 span { border-color: rgb(190,202,152); }

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