Html Css Color HEX #BFCC89 Deco

📋 copy color: '#BFCC89'

red 191 ◦ green 204 ◦ blue 137

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

Shades of Deco #BFCC89

Tints of Deco #BFCC89

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

 BLUE value IS 137 (53.91% from 255) = 25.75%

R = 35.9%
G = 38.35%
B = 25.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#BFCC89 (or 0xBFCC89) is known color: Deco. HEX triplet: BF, CC and 89. RGB value is (191,204,137). Sum of RGB (Red+Green+Blue) = 191+204+137=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC89 is #403376. Grayscale: #C0C0C0. Windows color (decimal): -4207479 or 9030847. OLE color: 9030847.

HSL color Cylindrical-coordinate representation of color #BFCC89: hue angle of 71.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFCC89 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 137 -
CMYK 0.06 0 0.33 0.2
HSL 71.64º 0.4% 0.67% -
HSV(B) 71.64º 0.33% 0.8% -
XYZ 47.59 56.07 31.98 -
YUV 192.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 191 204 137 0.06 0 0.33 0.2 71.64 0.4 0.67
Hex BF CC 89 6 0 21 14 48 28 43
Octal 277 314 211 6 0 41 24 110 50 103
Binary 10111111 11001100 10001001 110 0 100001 10100 1001000 101000 1000011

Color Harmonies of #BFCC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC89

Black with #BFCC89

Text Example


Text Example

White with #BFCC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC89; }

 p { color: rgb(191,204,137); }

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

background-color css

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

 a { background-color: rgb(191,204,137); }

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

border-color css

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

 span { border-color: rgb(191,204,137); }

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