Html Css Color HEX #BCA623 Earls Green

📋 copy color: '#BCA623'

red 188 ◦ green 166 ◦ blue 35

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

Shades of Earls Green #BCA623

Tints of Earls Green #BCA623

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.67%

 BLUE value IS 35 (14.06% from 255) = 9%

R = 48.33%
G = 42.67%
B = 9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCA623 (or 0xBCA623) is known color: Earls Green. HEX triplet: BC, A6 and 23. RGB value is (188,166,35). Sum of RGB (Red+Green+Blue) = 188+166+35=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA623 is #4359DC. Grayscale: #9E9E9E. Windows color (decimal): -4413917 or 2336444. OLE color: 2336444.

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

Color convert

RGB 188 166 35 -
CMYK 0 0.12 0.81 0.26
HSL 51.37º 0.69% 0.44% -
HSV(B) 51.37º 0.81% 0.74% -
XYZ 34.68 38.09 7.11 -
YUV 157.64 58.79 149.65 -
System Red Green Blue C M Y K H S L
Decimal 188 166 35 0 0.12 0.81 0.26 51.37 0.69 0.44
Hex BC A6 23 0 C 51 1A 33 45 2C
Octal 274 246 43 0 14 121 32 63 105 54
Binary 10111100 10100110 100011 0 1100 1010001 11010 110011 1000101 101100

Color Harmonies of #BCA623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA623

Black with #BCA623

Text Example


Text Example

White with #BCA623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA623; }

 p { color: rgb(188,166,35); }

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

background-color css

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

 a { background-color: rgb(188,166,35); }

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

border-color css

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

 span { border-color: rgb(188,166,35); }

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