Html Css Color HEX #BFC67D Pine Glade

📋 copy color: '#BFC67D'

red 191 ◦ green 198 ◦ blue 125

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

Shades of Pine Glade #BFC67D

Tints of Pine Glade #BFC67D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.52%

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

R = 37.16%
G = 38.52%
B = 24.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#BFC67D (or 0xBFC67D) is known color: Pine Glade. HEX triplet: BF, C6 and 7D. RGB value is (191,198,125). Sum of RGB (Red+Green+Blue) = 191+198+125=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC67D is #403982. Grayscale: #BBBBBB. Windows color (decimal): -4209027 or 8242879. OLE color: 8242879.

HSL color Cylindrical-coordinate representation of color #BFC67D: hue angle of 65.75º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFC67D is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 198 125 -
CMYK 0.04 0 0.37 0.22
HSL 65.75º 0.39% 0.63% -
HSV(B) 65.75º 0.37% 0.78% -
XYZ 45.38 52.95 27.23 -
YUV 187.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 191 198 125 0.04 0 0.37 0.22 65.75 0.39 0.63
Hex BF C6 7D 4 0 25 16 42 27 3F
Octal 277 306 175 4 0 45 26 102 47 77
Binary 10111111 11000110 1111101 100 0 100101 10110 1000010 100111 111111

Color Harmonies of #BFC67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC67D

Black with #BFC67D

Text Example


Text Example

White with #BFC67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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