Html Css Color HEX #BCB45B Olive Green

📋 copy color: '#BCB45B'

red 188 ◦ green 180 ◦ blue 91

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

Shades of Olive Green #BCB45B

Tints of Olive Green #BCB45B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.22%

 BLUE value IS 91 (35.94% from 255) = 19.83%

R = 40.96%
G = 39.22%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BCB45B (or 0xBCB45B) is known color: Olive Green. HEX triplet: BC, B4 and 5B. RGB value is (188,180,91). Sum of RGB (Red+Green+Blue) = 188+180+91=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB45B is #434BA4. Grayscale: #ACACAC. Windows color (decimal): -4410277 or 6010044. OLE color: 6010044.

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

Color convert

RGB 188 180 91 -
CMYK 0 0.04 0.52 0.26
HSL 55.05º 0.42% 0.55% -
HSV(B) 55.05º 0.52% 0.74% -
XYZ 38.95 44.09 16.35 -
YUV 172.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 188 180 91 0 0.04 0.52 0.26 55.05 0.42 0.55
Hex BC B4 5B 0 4 34 1A 37 2A 37
Octal 274 264 133 0 4 64 32 67 52 67
Binary 10111100 10110100 1011011 0 100 110100 11010 110111 101010 110111

Color Harmonies of #BCB45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB45B

Black with #BCB45B

Text Example


Text Example

White with #BCB45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB45B; }

 p { color: rgb(188,180,91); }

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

background-color css

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

 a { background-color: rgb(188,180,91); }

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

border-color css

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

 span { border-color: rgb(188,180,91); }

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