Html Css Color HEX #BFD092 Sprout

📋 copy color: '#BFD092'

red 191 ◦ green 208 ◦ blue 146

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

Shades of Sprout #BFD092

Tints of Sprout #BFD092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.17%

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

R = 35.05%
G = 38.17%
B = 26.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BFD092 (or 0xBFD092) is known color: Sprout. HEX triplet: BF, D0 and 92. RGB value is (191,208,146). Sum of RGB (Red+Green+Blue) = 191+208+146=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD092 is #402F6D. Grayscale: #C4C4C4. Windows color (decimal): -4206446 or 9621695. OLE color: 9621695.

HSL color Cylindrical-coordinate representation of color #BFD092: hue angle of 76.45º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFD092 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 146 -
CMYK 0.08 0 0.30 0.18
HSL 76.45º 0.4% 0.69% -
HSV(B) 76.45º 0.3% 0.82% -
XYZ 49.23 58.26 35.85 -
YUV 195.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 191 208 146 0.08 0 0.30 0.18 76.45 0.4 0.69
Hex BF D0 92 8 0 1E 12 4C 28 45
Octal 277 320 222 10 0 36 22 114 50 105
Binary 10111111 11010000 10010010 1000 0 11110 10010 1001100 101000 1000101

Color Harmonies of #BFD092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD092

Black with #BFD092

Text Example


Text Example

White with #BFD092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD092; }

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

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

background-color css

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

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

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

border-color css

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

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

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