Html Css Color HEX #BCB45A Olive Green

📋 copy color: '#BCB45A'

red 188 ◦ green 180 ◦ blue 90

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

Shades of Olive Green #BCB45A

Tints of Olive Green #BCB45A

RGB

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

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

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

R = 41.05%
G = 39.3%
B = 19.65%

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

#BCB45A (or 0xBCB45A) is known color: Olive Green. HEX triplet: BC, B4 and 5A. RGB value is (188,180,90). Sum of RGB (Red+Green+Blue) = 188+180+90=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB45A is #434BA5. Grayscale: #ACACAC. Windows color (decimal): -4410278 or 5944508. OLE color: 5944508.

HSL color Cylindrical-coordinate representation of color #BCB45A: hue angle of 55.1º 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 #BCB45A is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 90 -
CMYK 0 0.04 0.52 0.26
HSL 55.1º 0.42% 0.55% -
HSV(B) 55.1º 0.52% 0.74% -
XYZ 38.91 44.07 16.13 -
YUV 172.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 188 180 90 0 0.04 0.52 0.26 55.1 0.42 0.55
Hex BC B4 5A 0 4 34 1A 37 2A 37
Octal 274 264 132 0 4 64 32 67 52 67
Binary 10111100 10110100 1011010 0 100 110100 11010 110111 101010 110111

Color Harmonies of #BCB45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB45A

Black with #BCB45A

Text Example


Text Example

White with #BCB45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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