Html Css Color HEX #BFCA89 Pine Glade

📋 copy color: '#BFCA89'

red 191 ◦ green 202 ◦ blue 137

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

Shades of Pine Glade #BFCA89

Tints of Pine Glade #BFCA89

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.11%

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

R = 36.04%
G = 38.11%
B = 25.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#BFCA89 (or 0xBFCA89) is known color: Pine Glade. HEX triplet: BF, CA and 89. RGB value is (191,202,137). Sum of RGB (Red+Green+Blue) = 191+202+137=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCA89 is #403576. Grayscale: #BFBFBF. Windows color (decimal): -4207991 or 9030335. OLE color: 9030335.

HSL color Cylindrical-coordinate representation of color #BFCA89: hue angle of 70.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFCA89 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 202 137 -
CMYK 0.05 0 0.32 0.21
HSL 70.15º 0.38% 0.66% -
HSV(B) 70.15º 0.32% 0.79% -
XYZ 47.12 55.12 31.82 -
YUV 191.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 191 202 137 0.05 0 0.32 0.21 70.15 0.38 0.66
Hex BF CA 89 5 0 20 15 46 26 42
Octal 277 312 211 5 0 40 25 106 46 102
Binary 10111111 11001010 10001001 101 0 100000 10101 1000110 100110 1000010

Color Harmonies of #BFCA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCA89

Black with #BFCA89

Text Example


Text Example

White with #BFCA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCA89; }

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

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

background-color css

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

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

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

border-color css

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

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

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