Html Css Color HEX #BFCF99 Sprout

📋 copy color: '#BFCF99'

red 191 ◦ green 207 ◦ blue 153

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

Shades of Sprout #BFCF99

Tints of Sprout #BFCF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.77%

R = 34.66%
G = 37.57%
B = 27.77%

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

#BFCF99 (or 0xBFCF99) is known color: Sprout. HEX triplet: BF, CF and 99. RGB value is (191,207,153). Sum of RGB (Red+Green+Blue) = 191+207+153=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF99 is #403066. Grayscale: #C4C4C4. Windows color (decimal): -4206695 or 10080191. OLE color: 10080191.

HSL color Cylindrical-coordinate representation of color #BFCF99: hue angle of 77.78º 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 #BFCF99 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 153 -
CMYK 0.08 0 0.26 0.19
HSL 77.78º 0.36% 0.71% -
HSV(B) 77.78º 0.26% 0.81% -
XYZ 49.55 58 38.72 -
YUV 196.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 191 207 153 0.08 0 0.26 0.19 77.78 0.36 0.71
Hex BF CF 99 8 0 1A 13 4E 24 47
Octal 277 317 231 10 0 32 23 116 44 107
Binary 10111111 11001111 10011001 1000 0 11010 10011 1001110 100100 1000111

Color Harmonies of #BFCF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF99

Black with #BFCF99

Text Example


Text Example

White with #BFCF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF99; }

 p { color: rgb(191,207,153); }

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

background-color css

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

 a { background-color: rgb(191,207,153); }

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

border-color css

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

 span { border-color: rgb(191,207,153); }

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