Html Css Color HEX #BFB952 Olive Green

📋 copy color: '#BFB952'

red 191 ◦ green 185 ◦ blue 82

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

Shades of Olive Green #BFB952

Tints of Olive Green #BFB952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.9%

R = 41.7%
G = 40.39%
B = 17.9%

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

#BFB952 (or 0xBFB952) is known color: Olive Green. HEX triplet: BF, B9 and 52. RGB value is (191,185,82). Sum of RGB (Red+Green+Blue) = 191+185+82=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB952 is #4046AD. Grayscale: #AFAFAF. Windows color (decimal): -4212398 or 5421503. OLE color: 5421503.

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

Color convert

RGB 191 185 82 -
CMYK 0 0.03 0.57 0.25
HSL 56.7º 0.46% 0.54% -
HSV(B) 56.7º 0.57% 0.75% -
XYZ 40.36 46.38 14.81 -
YUV 175.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 191 185 82 0 0.03 0.57 0.25 56.7 0.46 0.54
Hex BF B9 52 0 3 39 19 39 2E 36
Octal 277 271 122 0 3 71 31 71 56 66
Binary 10111111 10111001 1010010 0 11 111001 11001 111001 101110 110110

Color Harmonies of #BFB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB952

Black with #BFB952

Text Example


Text Example

White with #BFB952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB952; }

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

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

background-color css

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

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

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

border-color css

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

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

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