Html Css Color HEX #BCA622 Earls Green

📋 copy color: '#BCA622'

red 188 ◦ green 166 ◦ blue 34

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

Shades of Earls Green #BCA622

Tints of Earls Green #BCA622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.76%

R = 48.45%
G = 42.78%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCA622 (or 0xBCA622) is known color: Earls Green. HEX triplet: BC, A6 and 22. RGB value is (188,166,34). Sum of RGB (Red+Green+Blue) = 188+166+34=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA622 is #4359DD. Grayscale: #9E9E9E. Windows color (decimal): -4413918 or 2270908. OLE color: 2270908.

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

Color convert

RGB 188 166 34 -
CMYK 0 0.12 0.82 0.26
HSL 51.43º 0.69% 0.44% -
HSV(B) 51.43º 0.82% 0.74% -
XYZ 34.66 38.08 7.04 -
YUV 157.53 58.29 149.73 -
System Red Green Blue C M Y K H S L
Decimal 188 166 34 0 0.12 0.82 0.26 51.43 0.69 0.44
Hex BC A6 22 0 C 52 1A 33 45 2C
Octal 274 246 42 0 14 122 32 63 105 54
Binary 10111100 10100110 100010 0 1100 1010010 11010 110011 1000101 101100

Color Harmonies of #BCA622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA622

Black with #BCA622

Text Example


Text Example

White with #BCA622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA622; }

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

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

background-color css

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

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

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

border-color css

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

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

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