Html Css Color HEX #BFC474 Pine Glade

📋 copy color: '#BFC474'

red 191 ◦ green 196 ◦ blue 116

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

Shades of Pine Glade #BFC474

Tints of Pine Glade #BFC474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.97%

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

R = 37.97%
G = 38.97%
B = 23.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#BFC474 (or 0xBFC474) is known color: Pine Glade. HEX triplet: BF, C4 and 74. RGB value is (191,196,116). Sum of RGB (Red+Green+Blue) = 191+196+116=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC474 is #403B8B. Grayscale: #B9B9B9. Windows color (decimal): -4209548 or 7652543. OLE color: 7652543.

HSL color Cylindrical-coordinate representation of color #BFC474: hue angle of 63.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFC474 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 196 116 -
CMYK 0.03 0 0.41 0.23
HSL 63.75º 0.4% 0.61% -
HSV(B) 63.75º 0.41% 0.77% -
XYZ 44.38 51.82 24.19 -
YUV 185.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 191 196 116 0.03 0 0.41 0.23 63.75 0.4 0.61
Hex BF C4 74 3 0 29 17 40 28 3D
Octal 277 304 164 3 0 51 27 100 50 75
Binary 10111111 11000100 1110100 11 0 101001 10111 1000000 101000 111101

Color Harmonies of #BFC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC474

Black with #BFC474

Text Example


Text Example

White with #BFC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC474; }

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

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

background-color css

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

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

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

border-color css

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

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

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