Html Css Color HEX #BECC92 Sprout

📋 copy color: '#BECC92'

red 190 ◦ green 204 ◦ blue 146

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

Shades of Sprout #BECC92

Tints of Sprout #BECC92

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.78%

 BLUE value IS 146 (57.42% from 255) = 27.04%

R = 35.19%
G = 37.78%
B = 27.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#BECC92 (or 0xBECC92) is known color: Sprout. HEX triplet: BE, CC and 92. RGB value is (190,204,146). Sum of RGB (Red+Green+Blue) = 190+204+146=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC92 is #41336D. Grayscale: #C1C1C1. Windows color (decimal): -4273006 or 9620670. OLE color: 9620670.

HSL color Cylindrical-coordinate representation of color #BECC92: hue angle of 74.48º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BECC92 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 146 -
CMYK 0.07 0 0.28 0.2
HSL 74.48º 0.36% 0.69% -
HSV(B) 74.48º 0.28% 0.8% -
XYZ 48.02 56.21 35.51 -
YUV 193.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 190 204 146 0.07 0 0.28 0.2 74.48 0.36 0.69
Hex BE CC 92 7 0 1C 14 4A 24 45
Octal 276 314 222 7 0 34 24 112 44 105
Binary 10111110 11001100 10010010 111 0 11100 10100 1001010 100100 1000101

Color Harmonies of #BECC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC92

Black with #BECC92

Text Example


Text Example

White with #BECC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC92; }

 p { color: rgb(190,204,146); }

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

background-color css

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

 a { background-color: rgb(190,204,146); }

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

border-color css

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

 span { border-color: rgb(190,204,146); }

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