Html Css Color HEX #BFCF74 Pine Glade

📋 copy color: '#BFCF74'

red 191 ◦ green 207 ◦ blue 116

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

Shades of Pine Glade #BFCF74

Tints of Pine Glade #BFCF74

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.27%

 BLUE value IS 116 (45.7% from 255) = 22.57%

R = 37.16%
G = 40.27%
B = 22.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#BFCF74 (or 0xBFCF74) is known color: Pine Glade. HEX triplet: BF, CF and 74. RGB value is (191,207,116). Sum of RGB (Red+Green+Blue) = 191+207+116=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF74 is #40308B. Grayscale: #C0C0C0. Windows color (decimal): -4206732 or 7655359. OLE color: 7655359.

HSL color Cylindrical-coordinate representation of color #BFCF74: hue angle of 70.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFCF74 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 116 -
CMYK 0.08 0 0.44 0.19
HSL 70.55º 0.49% 0.63% -
HSV(B) 70.55º 0.44% 0.81% -
XYZ 46.95 56.96 25.04 -
YUV 191.84 85.2 127.4 -
System Red Green Blue C M Y K H S L
Decimal 191 207 116 0.08 0 0.44 0.19 70.55 0.49 0.63
Hex BF CF 74 8 0 2C 13 47 31 3F
Octal 277 317 164 10 0 54 23 107 61 77
Binary 10111111 11001111 1110100 1000 0 101100 10011 1000111 110001 111111

Color Harmonies of #BFCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF74

Black with #BFCF74

Text Example


Text Example

White with #BFCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF74; }

 p { color: rgb(191,207,116); }

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

background-color css

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

 a { background-color: rgb(191,207,116); }

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

border-color css

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

 span { border-color: rgb(191,207,116); }

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