Html Css Color HEX #BCA31C Earls Green

📋 copy color: '#BCA31C'

red 188 ◦ green 163 ◦ blue 28

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

Shades of Earls Green #BCA31C

Tints of Earls Green #BCA31C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.01%

 BLUE value IS 28 (11.33% from 255) = 7.39%

R = 49.6%
G = 43.01%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BCA31C (or 0xBCA31C) is known color: Earls Green. HEX triplet: BC, A3 and 1C. RGB value is (188,163,28). Sum of RGB (Red+Green+Blue) = 188+163+28=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA31C is #435CE3. Grayscale: #9B9B9B. Windows color (decimal): -4414692 or 1876924. OLE color: 1876924.

HSL color Cylindrical-coordinate representation of color #BCA31C: hue angle of 50.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCA31C is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 28 -
CMYK 0 0.13 0.85 0.26
HSL 50.63º 0.74% 0.42% -
HSV(B) 50.63º 0.85% 0.74% -
XYZ 34.05 36.97 6.44 -
YUV 155.09 56.28 151.48 -
System Red Green Blue C M Y K H S L
Decimal 188 163 28 0 0.13 0.85 0.26 50.63 0.74 0.42
Hex BC A3 1C 0 D 55 1A 33 4A 2A
Octal 274 243 34 0 15 125 32 63 112 52
Binary 10111100 10100011 11100 0 1101 1010101 11010 110011 1001010 101010

Color Harmonies of #BCA31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA31C

Black with #BCA31C

Text Example


Text Example

White with #BCA31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA31C; }

 p { color: rgb(188,163,28); }

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

background-color css

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

 a { background-color: rgb(188,163,28); }

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

border-color css

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

 span { border-color: rgb(188,163,28); }

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