Html Css Color HEX #BFCC73 Pine Glade

📋 copy color: '#BFCC73'

red 191 ◦ green 204 ◦ blue 115

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

Shades of Pine Glade #BFCC73

Tints of Pine Glade #BFCC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 37.45%
G = 40%
B = 22.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#BFCC73 (or 0xBFCC73) is known color: Pine Glade. HEX triplet: BF, CC and 73. RGB value is (191,204,115). Sum of RGB (Red+Green+Blue) = 191+204+115=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC73 is #40338C. Grayscale: #BEBEBE. Windows color (decimal): -4207501 or 7589055. OLE color: 7589055.

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

Color convert

RGB 191 204 115 -
CMYK 0.06 0 0.44 0.2
HSL 68.76º 0.47% 0.63% -
HSV(B) 68.76º 0.44% 0.8% -
XYZ 46.17 55.5 24.5 -
YUV 189.97 85.69 128.74 -
System Red Green Blue C M Y K H S L
Decimal 191 204 115 0.06 0 0.44 0.2 68.76 0.47 0.63
Hex BF CC 73 6 0 2C 14 45 2F 3F
Octal 277 314 163 6 0 54 24 105 57 77
Binary 10111111 11001100 1110011 110 0 101100 10100 1000101 101111 111111

Color Harmonies of #BFCC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC73

Black with #BFCC73

Text Example


Text Example

White with #BFCC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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