Html Css Color HEX #BFC67E Pine Glade

📋 copy color: '#BFC67E'

red 191 ◦ green 198 ◦ blue 126

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

Shades of Pine Glade #BFC67E

Tints of Pine Glade #BFC67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.47%

R = 37.09%
G = 38.45%
B = 24.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#BFC67E (or 0xBFC67E) is known color: Pine Glade. HEX triplet: BF, C6 and 7E. RGB value is (191,198,126). Sum of RGB (Red+Green+Blue) = 191+198+126=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC67E is #403981. Grayscale: #BBBBBB. Windows color (decimal): -4209026 or 8308415. OLE color: 8308415.

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

Color convert

RGB 191 198 126 -
CMYK 0.04 0 0.36 0.22
HSL 65.83º 0.39% 0.64% -
HSV(B) 65.83º 0.36% 0.78% -
XYZ 45.45 52.97 27.57 -
YUV 187.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 191 198 126 0.04 0 0.36 0.22 65.83 0.39 0.64
Hex BF C6 7E 4 0 24 16 42 27 40
Octal 277 306 176 4 0 44 26 102 47 100
Binary 10111111 11000110 1111110 100 0 100100 10110 1000010 100111 1000000

Color Harmonies of #BFC67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC67E

Black with #BFC67E

Text Example


Text Example

White with #BFC67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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