Html Css Color HEX #BFB953 Olive Green

📋 copy color: '#BFB953'

red 191 ◦ green 185 ◦ blue 83

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

Shades of Olive Green #BFB953

Tints of Olive Green #BFB953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.08%

R = 41.61%
G = 40.31%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BFB953 (or 0xBFB953) is known color: Olive Green. HEX triplet: BF, B9 and 53. RGB value is (191,185,83). Sum of RGB (Red+Green+Blue) = 191+185+83=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB953 is #4046AC. Grayscale: #AFAFAF. Windows color (decimal): -4212397 or 5487039. OLE color: 5487039.

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

Color convert

RGB 191 185 83 -
CMYK 0 0.03 0.57 0.25
HSL 56.67º 0.46% 0.54% -
HSV(B) 56.67º 0.57% 0.75% -
XYZ 40.4 46.4 15.01 -
YUV 175.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 191 185 83 0 0.03 0.57 0.25 56.67 0.46 0.54
Hex BF B9 53 0 3 39 19 39 2E 36
Octal 277 271 123 0 3 71 31 71 56 66
Binary 10111111 10111001 1010011 0 11 111001 11001 111001 101110 110110

Color Harmonies of #BFB953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB953

Black with #BFB953

Text Example


Text Example

White with #BFB953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB953; }

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

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

background-color css

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

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

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

border-color css

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

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

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