Html Css Color HEX #BFCC75 Pine Glade

📋 copy color: '#BFCC75'

red 191 ◦ green 204 ◦ blue 117

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

Shades of Pine Glade #BFCC75

Tints of Pine Glade #BFCC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.85%

R = 37.3%
G = 39.84%
B = 22.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#BFCC75 (or 0xBFCC75) is known color: Pine Glade. HEX triplet: BF, CC and 75. RGB value is (191,204,117). Sum of RGB (Red+Green+Blue) = 191+204+117=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC75 is #40338A. Grayscale: #BEBEBE. Windows color (decimal): -4207499 or 7720127. OLE color: 7720127.

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

Color convert

RGB 191 204 117 -
CMYK 0.06 0 0.43 0.2
HSL 68.97º 0.46% 0.63% -
HSV(B) 68.97º 0.43% 0.8% -
XYZ 46.29 55.55 25.11 -
YUV 190.2 86.69 128.57 -
System Red Green Blue C M Y K H S L
Decimal 191 204 117 0.06 0 0.43 0.2 68.97 0.46 0.63
Hex BF CC 75 6 0 2B 14 45 2E 3F
Octal 277 314 165 6 0 53 24 105 56 77
Binary 10111111 11001100 1110101 110 0 101011 10100 1000101 101110 111111

Color Harmonies of #BFCC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC75

Black with #BFCC75

Text Example


Text Example

White with #BFCC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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