Html Css Color HEX #BFC372 Pine Glade

📋 copy color: '#BFC372'

red 191 ◦ green 195 ◦ blue 114

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

Shades of Pine Glade #BFC372

Tints of Pine Glade #BFC372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39%

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

R = 38.2%
G = 39%
B = 22.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#BFC372 (or 0xBFC372) is known color: Pine Glade. HEX triplet: BF, C3 and 72. RGB value is (191,195,114). Sum of RGB (Red+Green+Blue) = 191+195+114=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC372 is #403C8D. Grayscale: #B8B8B8. Windows color (decimal): -4209806 or 7521215. OLE color: 7521215.

HSL color Cylindrical-coordinate representation of color #BFC372: hue angle of 62.96º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFC372 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 114 -
CMYK 0.02 0 0.42 0.24
HSL 62.96º 0.4% 0.61% -
HSV(B) 62.96º 0.42% 0.76% -
XYZ 44.04 51.32 23.5 -
YUV 184.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 191 195 114 0.02 0 0.42 0.24 62.96 0.4 0.61
Hex BF C3 72 2 0 2A 18 3F 28 3D
Octal 277 303 162 2 0 52 30 77 50 75
Binary 10111111 11000011 1110010 10 0 101010 11000 111111 101000 111101

Color Harmonies of #BFC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC372

Black with #BFC372

Text Example


Text Example

White with #BFC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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