Html Css Color HEX #BFCE7A Pine Glade

📋 copy color: '#BFCE7A'

red 191 ◦ green 206 ◦ blue 122

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

Shades of Pine Glade #BFCE7A

Tints of Pine Glade #BFCE7A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.69%

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

R = 36.8%
G = 39.69%
B = 23.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#BFCE7A (or 0xBFCE7A) is known color: Pine Glade. HEX triplet: BF, CE and 7A. RGB value is (191,206,122). Sum of RGB (Red+Green+Blue) = 191+206+122=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCE7A is #403185. Grayscale: #C0C0C0. Windows color (decimal): -4206982 or 8048319. OLE color: 8048319.

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

Color convert

RGB 191 206 122 -
CMYK 0.07 0 0.41 0.19
HSL 70.71º 0.46% 0.64% -
HSV(B) 70.71º 0.41% 0.81% -
XYZ 47.07 56.62 26.86 -
YUV 191.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 191 206 122 0.07 0 0.41 0.19 70.71 0.46 0.64
Hex BF CE 7A 7 0 29 13 47 2E 40
Octal 277 316 172 7 0 51 23 107 56 100
Binary 10111111 11001110 1111010 111 0 101001 10011 1000111 101110 1000000

Color Harmonies of #BFCE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE7A

Black with #BFCE7A

Text Example


Text Example

White with #BFCE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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