Html Css Color HEX #BCB450 Olive Green

📋 copy color: '#BCB450'

red 188 ◦ green 180 ◦ blue 80

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

Shades of Olive Green #BCB450

Tints of Olive Green #BCB450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.86%

R = 41.96%
G = 40.18%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BCB450 (or 0xBCB450) is known color: Olive Green. HEX triplet: BC, B4 and 50. RGB value is (188,180,80). Sum of RGB (Red+Green+Blue) = 188+180+80=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB450 is #434BAF. Grayscale: #ABABAB. Windows color (decimal): -4410288 or 5289148. OLE color: 5289148.

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

Color convert

RGB 188 180 80 -
CMYK 0 0.04 0.57 0.26
HSL 55.56º 0.45% 0.53% -
HSV(B) 55.56º 0.57% 0.74% -
XYZ 38.51 43.91 14.04 -
YUV 170.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 188 180 80 0 0.04 0.57 0.26 55.56 0.45 0.53
Hex BC B4 50 0 4 39 1A 38 2D 35
Octal 274 264 120 0 4 71 32 70 55 65
Binary 10111100 10110100 1010000 0 100 111001 11010 111000 101101 110101

Color Harmonies of #BCB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB450

Black with #BCB450

Text Example


Text Example

White with #BCB450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB450; }

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

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

background-color css

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

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

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

border-color css

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

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

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