Html Css Color HEX #BFC67B Pine Glade

📋 copy color: '#BFC67B'

red 191 ◦ green 198 ◦ blue 123

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

Shades of Pine Glade #BFC67B

Tints of Pine Glade #BFC67B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.02%

R = 37.3%
G = 38.67%
B = 24.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#BFC67B (or 0xBFC67B) is known color: Pine Glade. HEX triplet: BF, C6 and 7B. RGB value is (191,198,123). Sum of RGB (Red+Green+Blue) = 191+198+123=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC67B is #403984. Grayscale: #BBBBBB. Windows color (decimal): -4209029 or 8111807. OLE color: 8111807.

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

Color convert

RGB 191 198 123 -
CMYK 0.04 0 0.38 0.22
HSL 65.6º 0.4% 0.63% -
HSV(B) 65.6º 0.38% 0.78% -
XYZ 45.26 52.89 26.56 -
YUV 187.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 191 198 123 0.04 0 0.38 0.22 65.6 0.4 0.63
Hex BF C6 7B 4 0 26 16 42 28 3F
Octal 277 306 173 4 0 46 26 102 50 77
Binary 10111111 11000110 1111011 100 0 100110 10110 1000010 101000 111111

Color Harmonies of #BFC67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC67B

Black with #BFC67B

Text Example


Text Example

White with #BFC67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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