Html Css Color HEX #BFB85D Olive Green

📋 copy color: '#BFB85D'

red 191 ◦ green 184 ◦ blue 93

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

Shades of Olive Green #BFB85D

Tints of Olive Green #BFB85D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.32%

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

R = 40.81%
G = 39.32%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFB85D (or 0xBFB85D) is known color: Olive Green. HEX triplet: BF, B8 and 5D. RGB value is (191,184,93). Sum of RGB (Red+Green+Blue) = 191+184+93=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB85D is #4047A2. Grayscale: #B0B0B0. Windows color (decimal): -4212643 or 6142143. OLE color: 6142143.

HSL color Cylindrical-coordinate representation of color #BFB85D: hue angle of 55.71º 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 #BFB85D is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 184 93 -
CMYK 0 0.04 0.51 0.25
HSL 55.71º 0.43% 0.56% -
HSV(B) 55.71º 0.51% 0.75% -
XYZ 40.6 46.15 17.12 -
YUV 175.72 81.32 138.9 -
System Red Green Blue C M Y K H S L
Decimal 191 184 93 0 0.04 0.51 0.25 55.71 0.43 0.56
Hex BF B8 5D 0 4 33 19 38 2B 38
Octal 277 270 135 0 4 63 31 70 53 70
Binary 10111111 10111000 1011101 0 100 110011 11001 111000 101011 111000

Color Harmonies of #BFB85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB85D

Black with #BFB85D

Text Example


Text Example

White with #BFB85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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