Html Css Color HEX #BFCC7D Pine Glade

📋 copy color: '#BFCC7D'

red 191 ◦ green 204 ◦ blue 125

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

Shades of Pine Glade #BFCC7D

Tints of Pine Glade #BFCC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.04%

R = 36.73%
G = 39.23%
B = 24.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#BFCC7D (or 0xBFCC7D) is known color: Pine Glade. HEX triplet: BF, CC and 7D. RGB value is (191,204,125). Sum of RGB (Red+Green+Blue) = 191+204+125=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC7D is #403382. Grayscale: #BFBFBF. Windows color (decimal): -4207491 or 8244415. OLE color: 8244415.

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

Color convert

RGB 191 204 125 -
CMYK 0.06 0 0.39 0.2
HSL 69.87º 0.44% 0.65% -
HSV(B) 69.87º 0.39% 0.8% -
XYZ 46.78 55.74 27.7 -
YUV 191.11 90.69 127.92 -
System Red Green Blue C M Y K H S L
Decimal 191 204 125 0.06 0 0.39 0.2 69.87 0.44 0.65
Hex BF CC 7D 6 0 27 14 46 2C 41
Octal 277 314 175 6 0 47 24 106 54 101
Binary 10111111 11001100 1111101 110 0 100111 10100 1000110 101100 1000001

Color Harmonies of #BFCC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC7D

Black with #BFCC7D

Text Example


Text Example

White with #BFCC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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