Html Css Color HEX #BCBF7D Pine Glade

📋 copy color: '#BCBF7D'

red 188 ◦ green 191 ◦ blue 125

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

Shades of Pine Glade #BCBF7D

Tints of Pine Glade #BCBF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 37.3%
G = 37.9%
B = 24.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BCBF7D (or 0xBCBF7D) is known color: Pine Glade. HEX triplet: BC, BF and 7D. RGB value is (188,191,125). Sum of RGB (Red+Green+Blue) = 188+191+125=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF7D is #434082. Grayscale: #B6B6B6. Windows color (decimal): -4407427 or 8241084. OLE color: 8241084.

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

Color convert

RGB 188 191 125 -
CMYK 0.02 0 0.35 0.25
HSL 62.73º 0.34% 0.62% -
HSV(B) 62.73º 0.35% 0.75% -
XYZ 43.07 49.43 26.67 -
YUV 182.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 188 191 125 0.02 0 0.35 0.25 62.73 0.34 0.62
Hex BC BF 7D 2 0 23 19 3F 22 3E
Octal 274 277 175 2 0 43 31 77 42 76
Binary 10111100 10111111 1111101 10 0 100011 11001 111111 100010 111110

Color Harmonies of #BCBF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF7D

Black with #BCBF7D

Text Example


Text Example

White with #BCBF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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