Html Css Color HEX #BCA630 Earls Green

📋 copy color: '#BCA630'

red 188 ◦ green 166 ◦ blue 48

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

Shades of Earls Green #BCA630

Tints of Earls Green #BCA630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.94%

R = 46.77%
G = 41.29%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCA630 (or 0xBCA630) is known color: Earls Green. HEX triplet: BC, A6 and 30. RGB value is (188,166,48). Sum of RGB (Red+Green+Blue) = 188+166+48=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA630 is #4359CF. Grayscale: #9F9F9F. Windows color (decimal): -4413904 or 3188412. OLE color: 3188412.

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

Color convert

RGB 188 166 48 -
CMYK 0 0.12 0.74 0.26
HSL 50.57º 0.59% 0.46% -
HSV(B) 50.57º 0.74% 0.74% -
XYZ 34.91 38.18 8.33 -
YUV 159.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 188 166 48 0 0.12 0.74 0.26 50.57 0.59 0.46
Hex BC A6 30 0 C 4A 1A 33 3B 2E
Octal 274 246 60 0 14 112 32 63 73 56
Binary 10111100 10100110 110000 0 1100 1001010 11010 110011 111011 101110

Color Harmonies of #BCA630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA630

Black with #BCA630

Text Example


Text Example

White with #BCA630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA630; }

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

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

background-color css

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

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

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

border-color css

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

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

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