Html Css Color HEX #BFCF92 Sprout

📋 copy color: '#BFCF92'

red 191 ◦ green 207 ◦ blue 146

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

Shades of Sprout #BFCF92

Tints of Sprout #BFCF92

RGB

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

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

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

R = 35.11%
G = 38.05%
B = 26.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#BFCF92 (or 0xBFCF92) is known color: Sprout. HEX triplet: BF, CF and 92. RGB value is (191,207,146). Sum of RGB (Red+Green+Blue) = 191+207+146=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF92 is #40306D. Grayscale: #C3C3C3. Windows color (decimal): -4206702 or 9621439. OLE color: 9621439.

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

Color convert

RGB 191 207 146 -
CMYK 0.08 0 0.29 0.19
HSL 75.74º 0.39% 0.69% -
HSV(B) 75.74º 0.29% 0.81% -
XYZ 48.99 57.78 35.76 -
YUV 195.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 191 207 146 0.08 0 0.29 0.19 75.74 0.39 0.69
Hex BF CF 92 8 0 1D 13 4C 27 45
Octal 277 317 222 10 0 35 23 114 47 105
Binary 10111111 11001111 10010010 1000 0 11101 10011 1001100 100111 1000101

Color Harmonies of #BFCF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF92

Black with #BFCF92

Text Example


Text Example

White with #BFCF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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