Html Css Color HEX #BFC375 Pine Glade

📋 copy color: '#BFC375'

red 191 ◦ green 195 ◦ blue 117

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

Shades of Pine Glade #BFC375

Tints of Pine Glade #BFC375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.26%

R = 37.97%
G = 38.77%
B = 23.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#BFC375 (or 0xBFC375) is known color: Pine Glade. HEX triplet: BF, C3 and 75. RGB value is (191,195,117). Sum of RGB (Red+Green+Blue) = 191+195+117=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC375 is #403C8A. Grayscale: #B9B9B9. Windows color (decimal): -4209803 or 7717823. OLE color: 7717823.

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

Color convert

RGB 191 195 117 -
CMYK 0.02 0 0.4 0.24
HSL 63.08º 0.39% 0.61% -
HSV(B) 63.08º 0.4% 0.76% -
XYZ 44.21 51.39 24.42 -
YUV 184.91 89.67 132.34 -
System Red Green Blue C M Y K H S L
Decimal 191 195 117 0.02 0 0.4 0.24 63.08 0.39 0.61
Hex BF C3 75 2 0 28 18 3F 27 3D
Octal 277 303 165 2 0 50 30 77 47 75
Binary 10111111 11000011 1110101 10 0 101000 11000 111111 100111 111101

Color Harmonies of #BFC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC375

Black with #BFC375

Text Example


Text Example

White with #BFC375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC375; }

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

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

background-color css

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

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

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

border-color css

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

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

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