Html Css Color HEX #BFCE90 Sprout

📋 copy color: '#BFCE90'

red 191 ◦ green 206 ◦ blue 144

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

Shades of Sprout #BFCE90

Tints of Sprout #BFCE90

RGB

 RED value IS 191 (75% from 255) = 35.3%

 GREEN value IS 206 (80.86% from 255) = 38.08%

 BLUE value IS 144 (56.64% from 255) = 26.62%

R = 35.3%
G = 38.08%
B = 26.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#BFCE90 (or 0xBFCE90) is known color: Sprout. HEX triplet: BF, CE and 90. RGB value is (191,206,144). Sum of RGB (Red+Green+Blue) = 191+206+144=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE90 is #40316F. Grayscale: #C2C2C2. Windows color (decimal): -4206960 or 9490111. OLE color: 9490111.

HSL color Cylindrical-coordinate representation of color #BFCE90: hue angle of 74.52º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFCE90 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 206 144 -
CMYK 0.07 0 0.30 0.19
HSL 74.52º 0.39% 0.69% -
HSV(B) 74.52º 0.3% 0.81% -
XYZ 48.59 57.23 34.87 -
YUV 194.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 191 206 144 0.07 0 0.30 0.19 74.52 0.39 0.69
Hex BF CE 90 7 0 1E 13 4B 27 45
Octal 277 316 220 7 0 36 23 113 47 105
Binary 10111111 11001110 10010000 111 0 11110 10011 1001011 100111 1000101

Color Harmonies of #BFCE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE90

Black with #BFCE90

Text Example


Text Example

White with #BFCE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE90; }

 p { color: rgb(191,206,144); }

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

background-color css

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

 a { background-color: rgb(191,206,144); }

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

border-color css

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

 span { border-color: rgb(191,206,144); }

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