Html Css Color HEX #BFCF7A Pine Glade

📋 copy color: '#BFCF7A'

red 191 ◦ green 207 ◦ blue 122

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

Shades of Pine Glade #BFCF7A

Tints of Pine Glade #BFCF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.46%

R = 36.73%
G = 39.81%
B = 23.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#BFCF7A (or 0xBFCF7A) is known color: Pine Glade. HEX triplet: BF, CF and 7A. RGB value is (191,207,122). Sum of RGB (Red+Green+Blue) = 191+207+122=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF7A is #403085. Grayscale: #C0C0C0. Windows color (decimal): -4206726 or 8048575. OLE color: 8048575.

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

Color convert

RGB 191 207 122 -
CMYK 0.08 0 0.41 0.19
HSL 71.29º 0.47% 0.65% -
HSV(B) 71.29º 0.41% 0.81% -
XYZ 47.31 57.11 26.94 -
YUV 192.53 88.2 126.91 -
System Red Green Blue C M Y K H S L
Decimal 191 207 122 0.08 0 0.41 0.19 71.29 0.47 0.65
Hex BF CF 7A 8 0 29 13 47 2F 41
Octal 277 317 172 10 0 51 23 107 57 101
Binary 10111111 11001111 1111010 1000 0 101001 10011 1000111 101111 1000001

Color Harmonies of #BFCF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF7A

Black with #BFCF7A

Text Example


Text Example

White with #BFCF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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