Html Css Color HEX #BFC37D Pine Glade

📋 copy color: '#BFC37D'

red 191 ◦ green 195 ◦ blue 125

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

Shades of Pine Glade #BFC37D

Tints of Pine Glade #BFC37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.46%

R = 37.38%
G = 38.16%
B = 24.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#BFC37D (or 0xBFC37D) is known color: Pine Glade. HEX triplet: BF, C3 and 7D. RGB value is (191,195,125). Sum of RGB (Red+Green+Blue) = 191+195+125=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC37D is #403C82. Grayscale: #BABABA. Windows color (decimal): -4209795 or 8242111. OLE color: 8242111.

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

Color convert

RGB 191 195 125 -
CMYK 0.02 0 0.36 0.24
HSL 63.43º 0.37% 0.63% -
HSV(B) 63.43º 0.36% 0.76% -
XYZ 44.7 51.59 27 -
YUV 185.82 93.67 131.69 -
System Red Green Blue C M Y K H S L
Decimal 191 195 125 0.02 0 0.36 0.24 63.43 0.37 0.63
Hex BF C3 7D 2 0 24 18 3F 25 3F
Octal 277 303 175 2 0 44 30 77 45 77
Binary 10111111 11000011 1111101 10 0 100100 11000 111111 100101 111111

Color Harmonies of #BFC37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC37D

Black with #BFC37D

Text Example


Text Example

White with #BFC37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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