Html Css Color HEX #BECF9A Sprout

📋 copy color: '#BECF9A'

red 190 ◦ green 207 ◦ blue 154

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

Shades of Sprout #BECF9A

Tints of Sprout #BECF9A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.57%

 BLUE value IS 154 (60.55% from 255) = 27.95%

R = 34.48%
G = 37.57%
B = 27.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#BECF9A (or 0xBECF9A) is known color: Sprout. HEX triplet: BE, CF and 9A. RGB value is (190,207,154). Sum of RGB (Red+Green+Blue) = 190+207+154=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF9A is #413065. Grayscale: #C4C4C4. Windows color (decimal): -4272230 or 10145726. OLE color: 10145726.

HSL color Cylindrical-coordinate representation of color #BECF9A: hue angle of 79.25º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BECF9A is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 207 154 -
CMYK 0.08 0 0.26 0.19
HSL 79.25º 0.36% 0.71% -
HSV(B) 79.25º 0.26% 0.81% -
XYZ 49.38 57.91 39.15 -
YUV 195.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 190 207 154 0.08 0 0.26 0.19 79.25 0.36 0.71
Hex BE CF 9A 8 0 1A 13 4F 24 47
Octal 276 317 232 10 0 32 23 117 44 107
Binary 10111110 11001111 10011010 1000 0 11010 10011 1001111 100100 1000111

Color Harmonies of #BECF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF9A

Black with #BECF9A

Text Example


Text Example

White with #BECF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF9A; }

 p { color: rgb(190,207,154); }

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

background-color css

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

 a { background-color: rgb(190,207,154); }

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

border-color css

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

 span { border-color: rgb(190,207,154); }

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