Html Css Color HEX #BCA627 Earls Green

📋 copy color: '#BCA627'

red 188 ◦ green 166 ◦ blue 39

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

Shades of Earls Green #BCA627

Tints of Earls Green #BCA627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.92%

R = 47.84%
G = 42.24%
B = 9.92%

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

#BCA627 (or 0xBCA627) is known color: Earls Green. HEX triplet: BC, A6 and 27. RGB value is (188,166,39). Sum of RGB (Red+Green+Blue) = 188+166+39=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA627 is #4359D8. Grayscale: #9E9E9E. Windows color (decimal): -4413913 or 2598588. OLE color: 2598588.

HSL color Cylindrical-coordinate representation of color #BCA627: hue angle of 51.14º degrees, saturation: 0.66, 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 #BCA627 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 39 -
CMYK 0 0.12 0.79 0.26
HSL 51.14º 0.66% 0.45% -
HSV(B) 51.14º 0.79% 0.74% -
XYZ 34.74 38.11 7.44 -
YUV 158.1 60.79 149.33 -
System Red Green Blue C M Y K H S L
Decimal 188 166 39 0 0.12 0.79 0.26 51.14 0.66 0.45
Hex BC A6 27 0 C 4F 1A 33 42 2D
Octal 274 246 47 0 14 117 32 63 102 55
Binary 10111100 10100110 100111 0 1100 1001111 11010 110011 1000010 101101

Color Harmonies of #BCA627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA627

Black with #BCA627

Text Example


Text Example

White with #BCA627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA627; }

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

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

background-color css

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

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

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

border-color css

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

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

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