Html Css Color HEX #BCA526 Earls Green

📋 copy color: '#BCA526'

red 188 ◦ green 165 ◦ blue 38

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

Shades of Earls Green #BCA526

Tints of Earls Green #BCA526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

 BLUE value IS 38 (15.23% from 255) = 9.72%

R = 48.08%
G = 42.2%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BCA526 (or 0xBCA526) is known color: Earls Green. HEX triplet: BC, A5 and 26. RGB value is (188,165,38). Sum of RGB (Red+Green+Blue) = 188+165+38=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA526 is #435AD9. Grayscale: #9D9D9D. Windows color (decimal): -4414170 or 2532796. OLE color: 2532796.

HSL color Cylindrical-coordinate representation of color #BCA526: hue angle of 50.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCA526 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 165 38 -
CMYK 0 0.12 0.80 0.26
HSL 50.8º 0.66% 0.44% -
HSV(B) 50.8º 0.8% 0.74% -
XYZ 34.54 37.74 7.3 -
YUV 157.4 60.62 149.83 -
System Red Green Blue C M Y K H S L
Decimal 188 165 38 0 0.12 0.80 0.26 50.8 0.66 0.44
Hex BC A5 26 0 C 50 1A 33 42 2C
Octal 274 245 46 0 14 120 32 63 102 54
Binary 10111100 10100101 100110 0 1100 1010000 11010 110011 1000010 101100

Color Harmonies of #BCA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA526

Black with #BCA526

Text Example


Text Example

White with #BCA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA526; }

 p { color: rgb(188,165,38); }

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

background-color css

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

 a { background-color: rgb(188,165,38); }

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

border-color css

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

 span { border-color: rgb(188,165,38); }

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