Html Css Color HEX #BCBE5A Olive Green

📋 copy color: '#BCBE5A'

red 188 ◦ green 190 ◦ blue 90

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

Shades of Olive Green #BCBE5A

Tints of Olive Green #BCBE5A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

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

R = 40.17%
G = 40.6%
B = 19.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BCBE5A (or 0xBCBE5A) is known color: Olive Green. HEX triplet: BC, BE and 5A. RGB value is (188,190,90). Sum of RGB (Red+Green+Blue) = 188+190+90=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE5A is #4341A5. Grayscale: #B2B2B2. Windows color (decimal): -4407718 or 5947068. OLE color: 5947068.

HSL color Cylindrical-coordinate representation of color #BCBE5A: hue angle of 61.2º degrees, saturation: 0.43, 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 #BCBE5A is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 190 90 -
CMYK 0.01 0 0.53 0.25
HSL 61.2º 0.43% 0.55% -
HSV(B) 61.2º 0.53% 0.75% -
XYZ 41 48.26 16.83 -
YUV 178 78.34 135.13 -
System Red Green Blue C M Y K H S L
Decimal 188 190 90 0.01 0 0.53 0.25 61.2 0.43 0.55
Hex BC BE 5A 1 0 35 19 3D 2B 37
Octal 274 276 132 1 0 65 31 75 53 67
Binary 10111100 10111110 1011010 1 0 110101 11001 111101 101011 110111

Color Harmonies of #BCBE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE5A

Black with #BCBE5A

Text Example


Text Example

White with #BCBE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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