Html Css Color HEX #BFB75A Olive Green

📋 copy color: '#BFB75A'

red 191 ◦ green 183 ◦ blue 90

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

Shades of Olive Green #BFB75A

Tints of Olive Green #BFB75A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.44%

 BLUE value IS 90 (35.55% from 255) = 19.4%

R = 41.16%
G = 39.44%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFB75A (or 0xBFB75A) is known color: Olive Green. HEX triplet: BF, B7 and 5A. RGB value is (191,183,90). Sum of RGB (Red+Green+Blue) = 191+183+90=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB75A is #4048A5. Grayscale: #AFAFAF. Windows color (decimal): -4212902 or 5945279. OLE color: 5945279.

HSL color Cylindrical-coordinate representation of color #BFB75A: hue angle of 55.25º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFB75A is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 183 90 -
CMYK 0 0.04 0.53 0.25
HSL 55.25º 0.44% 0.55% -
HSV(B) 55.25º 0.53% 0.75% -
XYZ 40.26 45.68 16.37 -
YUV 174.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 191 183 90 0 0.04 0.53 0.25 55.25 0.44 0.55
Hex BF B7 5A 0 4 35 19 37 2C 37
Octal 277 267 132 0 4 65 31 67 54 67
Binary 10111111 10110111 1011010 0 100 110101 11001 110111 101100 110111

Color Harmonies of #BFB75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB75A

Black with #BFB75A

Text Example


Text Example

White with #BFB75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB75A; }

 p { color: rgb(191,183,90); }

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

background-color css

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

 a { background-color: rgb(191,183,90); }

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

border-color css

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

 span { border-color: rgb(191,183,90); }

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