Html Css Color HEX #BCB74F Olive Green

📋 copy color: '#BCB74F'

red 188 ◦ green 183 ◦ blue 79

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

Shades of Olive Green #BCB74F

Tints of Olive Green #BCB74F

RGB

 RED value IS 188 (73.83% from 255) = 41.78%

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

 BLUE value IS 79 (31.25% from 255) = 17.56%

R = 41.78%
G = 40.67%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BCB74F (or 0xBCB74F) is known color: Olive Green. HEX triplet: BC, B7 and 4F. RGB value is (188,183,79). Sum of RGB (Red+Green+Blue) = 188+183+79=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB74F is #4348B0. Grayscale: #ADADAD. Windows color (decimal): -4409521 or 5224380. OLE color: 5224380.

HSL color Cylindrical-coordinate representation of color #BCB74F: hue angle of 57.25º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCB74F is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 183 79 -
CMYK 0 0.03 0.58 0.26
HSL 57.25º 0.45% 0.52% -
HSV(B) 57.25º 0.58% 0.74% -
XYZ 39.08 45.12 14.05 -
YUV 172.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 188 183 79 0 0.03 0.58 0.26 57.25 0.45 0.52
Hex BC B7 4F 0 3 3A 1A 39 2D 34
Octal 274 267 117 0 3 72 32 71 55 64
Binary 10111100 10110111 1001111 0 11 111010 11010 111001 101101 110100

Color Harmonies of #BCB74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB74F

Black with #BCB74F

Text Example


Text Example

White with #BCB74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB74F; }

 p { color: rgb(188,183,79); }

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

background-color css

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

 a { background-color: rgb(188,183,79); }

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

border-color css

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

 span { border-color: rgb(188,183,79); }

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