Html Css Color HEX #BFC572 Pine Glade

📋 copy color: '#BFC572'

red 191 ◦ green 197 ◦ blue 114

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

Shades of Pine Glade #BFC572

Tints of Pine Glade #BFC572

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.24%

 BLUE value IS 114 (44.92% from 255) = 22.71%

R = 38.05%
G = 39.24%
B = 22.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#BFC572 (or 0xBFC572) is known color: Pine Glade. HEX triplet: BF, C5 and 72. RGB value is (191,197,114). Sum of RGB (Red+Green+Blue) = 191+197+114=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC572 is #403A8D. Grayscale: #BABABA. Windows color (decimal): -4209294 or 7521727. OLE color: 7521727.

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

Color convert

RGB 191 197 114 -
CMYK 0.03 0 0.42 0.23
HSL 64.34º 0.42% 0.61% -
HSV(B) 64.34º 0.42% 0.77% -
XYZ 44.49 52.22 23.65 -
YUV 185.74 87.51 131.75 -
System Red Green Blue C M Y K H S L
Decimal 191 197 114 0.03 0 0.42 0.23 64.34 0.42 0.61
Hex BF C5 72 3 0 2A 17 40 2A 3D
Octal 277 305 162 3 0 52 27 100 52 75
Binary 10111111 11000101 1110010 11 0 101010 10111 1000000 101010 111101

Color Harmonies of #BFC572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC572

Black with #BFC572

Text Example


Text Example

White with #BFC572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC572; }

 p { color: rgb(191,197,114); }

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

background-color css

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

 a { background-color: rgb(191,197,114); }

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

border-color css

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

 span { border-color: rgb(191,197,114); }

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