Html Css Color HEX #BCBF7F Pine Glade

📋 copy color: '#BCBF7F'

red 188 ◦ green 191 ◦ blue 127

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

Shades of Pine Glade #BCBF7F

Tints of Pine Glade #BCBF7F

RGB

 RED value IS 188 (73.83% from 255) = 37.15%

 GREEN value IS 191 (75% from 255) = 37.75%

 BLUE value IS 127 (50% from 255) = 25.1%

R = 37.15%
G = 37.75%
B = 25.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BCBF7F (or 0xBCBF7F) is known color: Pine Glade. HEX triplet: BC, BF and 7F. RGB value is (188,191,127). Sum of RGB (Red+Green+Blue) = 188+191+127=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF7F is #434080. Grayscale: #B7B7B7. Windows color (decimal): -4407425 or 8372156. OLE color: 8372156.

HSL color Cylindrical-coordinate representation of color #BCBF7F: hue angle of 62.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCBF7F is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 127 -
CMYK 0.02 0 0.34 0.25
HSL 62.81º 0.33% 0.62% -
HSV(B) 62.81º 0.34% 0.75% -
XYZ 43.2 49.49 27.35 -
YUV 182.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 188 191 127 0.02 0 0.34 0.25 62.81 0.33 0.62
Hex BC BF 7F 2 0 22 19 3F 21 3E
Octal 274 277 177 2 0 42 31 77 41 76
Binary 10111100 10111111 1111111 10 0 100010 11001 111111 100001 111110

Color Harmonies of #BCBF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF7F

Black with #BCBF7F

Text Example


Text Example

White with #BCBF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF7F; }

 p { color: rgb(188,191,127); }

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

background-color css

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

 a { background-color: rgb(188,191,127); }

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

border-color css

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

 span { border-color: rgb(188,191,127); }

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