Html Css Color HEX #BCB54B Olive Green

📋 copy color: '#BCB54B'

red 188 ◦ green 181 ◦ blue 75

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

Shades of Olive Green #BCB54B

Tints of Olive Green #BCB54B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.77%

 BLUE value IS 75 (29.69% from 255) = 16.89%

R = 42.34%
G = 40.77%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCB54B (or 0xBCB54B) is known color: Olive Green. HEX triplet: BC, B5 and 4B. RGB value is (188,181,75). Sum of RGB (Red+Green+Blue) = 188+181+75=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB54B is #434AB4. Grayscale: #ABABAB. Windows color (decimal): -4410037 or 4961724. OLE color: 4961724.

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

Color convert

RGB 188 181 75 -
CMYK 0 0.04 0.60 0.26
HSL 56.28º 0.46% 0.52% -
HSV(B) 56.28º 0.6% 0.74% -
XYZ 38.53 44.25 13.17 -
YUV 171.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 188 181 75 0 0.04 0.60 0.26 56.28 0.46 0.52
Hex BC B5 4B 0 4 3C 1A 38 2E 34
Octal 274 265 113 0 4 74 32 70 56 64
Binary 10111100 10110101 1001011 0 100 111100 11010 111000 101110 110100

Color Harmonies of #BCB54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB54B

Black with #BCB54B

Text Example


Text Example

White with #BCB54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB54B; }

 p { color: rgb(188,181,75); }

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

background-color css

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

 a { background-color: rgb(188,181,75); }

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

border-color css

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

 span { border-color: rgb(188,181,75); }

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