Html Css Color HEX #BFCD74 Pine Glade

📋 copy color: '#BFCD74'

red 191 ◦ green 205 ◦ blue 116

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

Shades of Pine Glade #BFCD74

Tints of Pine Glade #BFCD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.04%

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

R = 37.3%
G = 40.04%
B = 22.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#BFCD74 (or 0xBFCD74) is known color: Pine Glade. HEX triplet: BF, CD and 74. RGB value is (191,205,116). Sum of RGB (Red+Green+Blue) = 191+205+116=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD74 is #40328B. Grayscale: #BFBFBF. Windows color (decimal): -4207244 or 7654847. OLE color: 7654847.

HSL color Cylindrical-coordinate representation of color #BFCD74: hue angle of 69.44º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFCD74 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 116 -
CMYK 0.07 0 0.43 0.20
HSL 69.44º 0.47% 0.63% -
HSV(B) 69.44º 0.43% 0.8% -
XYZ 46.47 56 24.88 -
YUV 190.67 85.86 128.24 -
System Red Green Blue C M Y K H S L
Decimal 191 205 116 0.07 0 0.43 0.20 69.44 0.47 0.63
Hex BF CD 74 7 0 2B 14 45 2F 3F
Octal 277 315 164 7 0 53 24 105 57 77
Binary 10111111 11001101 1110100 111 0 101011 10100 1000101 101111 111111

Color Harmonies of #BFCD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD74

Black with #BFCD74

Text Example


Text Example

White with #BFCD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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