Html Css Color HEX #BFB95D Olive Green

📋 copy color: '#BFB95D'

red 191 ◦ green 185 ◦ blue 93

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

Shades of Olive Green #BFB95D

Tints of Olive Green #BFB95D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.45%

 BLUE value IS 93 (36.72% from 255) = 19.83%

R = 40.72%
G = 39.45%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFB95D (or 0xBFB95D) is known color: Olive Green. HEX triplet: BF, B9 and 5D. RGB value is (191,185,93). Sum of RGB (Red+Green+Blue) = 191+185+93=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB95D is #4046A2. Grayscale: #B0B0B0. Windows color (decimal): -4212387 or 6142399. OLE color: 6142399.

HSL color Cylindrical-coordinate representation of color #BFB95D: hue angle of 56.33º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFB95D is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 93 -
CMYK 0 0.03 0.51 0.25
HSL 56.33º 0.43% 0.56% -
HSV(B) 56.33º 0.51% 0.75% -
XYZ 40.81 46.56 17.19 -
YUV 176.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 191 185 93 0 0.03 0.51 0.25 56.33 0.43 0.56
Hex BF B9 5D 0 3 33 19 38 2B 38
Octal 277 271 135 0 3 63 31 70 53 70
Binary 10111111 10111001 1011101 0 11 110011 11001 111000 101011 111000

Color Harmonies of #BFB95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB95D

Black with #BFB95D

Text Example


Text Example

White with #BFB95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB95D; }

 p { color: rgb(191,185,93); }

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

background-color css

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

 a { background-color: rgb(191,185,93); }

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

border-color css

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

 span { border-color: rgb(191,185,93); }

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