Html Css Color HEX #BCA528 Earls Green

📋 copy color: '#BCA528'

red 188 ◦ green 165 ◦ blue 40

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

Shades of Earls Green #BCA528

Tints of Earls Green #BCA528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.18%

R = 47.84%
G = 41.98%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BCA528 (or 0xBCA528) is known color: Earls Green. HEX triplet: BC, A5 and 28. RGB value is (188,165,40). Sum of RGB (Red+Green+Blue) = 188+165+40=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA528 is #435AD7. Grayscale: #9E9E9E. Windows color (decimal): -4414168 or 2663868. OLE color: 2663868.

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

Color convert

RGB 188 165 40 -
CMYK 0 0.12 0.79 0.26
HSL 50.68º 0.65% 0.45% -
HSV(B) 50.68º 0.79% 0.74% -
XYZ 34.58 37.75 7.47 -
YUV 157.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 188 165 40 0 0.12 0.79 0.26 50.68 0.65 0.45
Hex BC A5 28 0 C 4F 1A 33 41 2D
Octal 274 245 50 0 14 117 32 63 101 55
Binary 10111100 10100101 101000 0 1100 1001111 11010 110011 1000001 101101

Color Harmonies of #BCA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA528

Black with #BCA528

Text Example


Text Example

White with #BCA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA528; }

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

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

background-color css

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

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

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

border-color css

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

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

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