Html Css Color HEX #BCA62B Earls Green

📋 copy color: '#BCA62B'

red 188 ◦ green 166 ◦ blue 43

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

Shades of Earls Green #BCA62B

Tints of Earls Green #BCA62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.83%

R = 47.36%
G = 41.81%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BCA62B (or 0xBCA62B) is known color: Earls Green. HEX triplet: BC, A6 and 2B. RGB value is (188,166,43). Sum of RGB (Red+Green+Blue) = 188+166+43=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA62B is #4359D4. Grayscale: #9F9F9F. Windows color (decimal): -4413909 or 2860732. OLE color: 2860732.

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

Color convert

RGB 188 166 43 -
CMYK 0 0.12 0.77 0.26
HSL 50.9º 0.63% 0.45% -
HSV(B) 50.9º 0.77% 0.74% -
XYZ 34.81 38.14 7.81 -
YUV 158.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 188 166 43 0 0.12 0.77 0.26 50.9 0.63 0.45
Hex BC A6 2B 0 C 4D 1A 33 3F 2D
Octal 274 246 53 0 14 115 32 63 77 55
Binary 10111100 10100110 101011 0 1100 1001101 11010 110011 111111 101101

Color Harmonies of #BCA62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA62B

Black with #BCA62B

Text Example


Text Example

White with #BCA62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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