Html Css Color HEX #BFB552 Olive Green

📋 copy color: '#BFB552'

red 191 ◦ green 181 ◦ blue 82

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

Shades of Olive Green #BFB552

Tints of Olive Green #BFB552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.87%

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

R = 42.07%
G = 39.87%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BFB552 (or 0xBFB552) is known color: Olive Green. HEX triplet: BF, B5 and 52. RGB value is (191,181,82). Sum of RGB (Red+Green+Blue) = 191+181+82=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB552 is #404AAD. Grayscale: #ADADAD. Windows color (decimal): -4213422 or 5420479. OLE color: 5420479.

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

Color convert

RGB 191 181 82 -
CMYK 0 0.05 0.57 0.25
HSL 54.5º 0.46% 0.54% -
HSV(B) 54.5º 0.57% 0.75% -
XYZ 39.53 44.73 14.53 -
YUV 172.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 191 181 82 0 0.05 0.57 0.25 54.5 0.46 0.54
Hex BF B5 52 0 5 39 19 36 2E 36
Octal 277 265 122 0 5 71 31 66 56 66
Binary 10111111 10110101 1010010 0 101 111001 11001 110110 101110 110110

Color Harmonies of #BFB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB552

Black with #BFB552

Text Example


Text Example

White with #BFB552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB552; }

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

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

background-color css

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

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

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

border-color css

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

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

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