Html Css Color HEX #BFCC82 Pine Glade

📋 copy color: '#BFCC82'

red 191 ◦ green 204 ◦ blue 130

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

Shades of Pine Glade #BFCC82

Tints of Pine Glade #BFCC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.76%

R = 36.38%
G = 38.86%
B = 24.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#BFCC82 (or 0xBFCC82) is known color: Pine Glade. HEX triplet: BF, CC and 82. RGB value is (191,204,130). Sum of RGB (Red+Green+Blue) = 191+204+130=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC82 is #40337D. Grayscale: #BFBFBF. Windows color (decimal): -4207486 or 8572095. OLE color: 8572095.

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

Color convert

RGB 191 204 130 -
CMYK 0.06 0 0.36 0.2
HSL 70.54º 0.42% 0.65% -
HSV(B) 70.54º 0.36% 0.8% -
XYZ 47.11 55.87 29.42 -
YUV 191.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 191 204 130 0.06 0 0.36 0.2 70.54 0.42 0.65
Hex BF CC 82 6 0 24 14 47 2A 41
Octal 277 314 202 6 0 44 24 107 52 101
Binary 10111111 11001100 10000010 110 0 100100 10100 1000111 101010 1000001

Color Harmonies of #BFCC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC82

Black with #BFCC82

Text Example


Text Example

White with #BFCC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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