Html Css Color HEX #BFCC7B Pine Glade

📋 copy color: '#BFCC7B'

red 191 ◦ green 204 ◦ blue 123

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

Shades of Pine Glade #BFCC7B

Tints of Pine Glade #BFCC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.75%

R = 36.87%
G = 39.38%
B = 23.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#BFCC7B (or 0xBFCC7B) is known color: Pine Glade. HEX triplet: BF, CC and 7B. RGB value is (191,204,123). Sum of RGB (Red+Green+Blue) = 191+204+123=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC7B is #403384. Grayscale: #BFBFBF. Windows color (decimal): -4207493 or 8113343. OLE color: 8113343.

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

Color convert

RGB 191 204 123 -
CMYK 0.06 0 0.40 0.2
HSL 69.63º 0.44% 0.64% -
HSV(B) 69.63º 0.4% 0.8% -
XYZ 46.65 55.69 27.03 -
YUV 190.88 89.69 128.09 -
System Red Green Blue C M Y K H S L
Decimal 191 204 123 0.06 0 0.40 0.2 69.63 0.44 0.64
Hex BF CC 7B 6 0 28 14 46 2C 40
Octal 277 314 173 6 0 50 24 106 54 100
Binary 10111111 11001100 1111011 110 0 101000 10100 1000110 101100 1000000

Color Harmonies of #BFCC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC7B

Black with #BFCC7B

Text Example


Text Example

White with #BFCC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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