Html Css Color HEX #BCAD30 Earls Green

📋 copy color: '#BCAD30'

red 188 ◦ green 173 ◦ blue 48

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

Shades of Earls Green #BCAD30

Tints of Earls Green #BCAD30

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.3%

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

R = 45.97%
G = 42.3%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCAD30 (or 0xBCAD30) is known color: Earls Green. HEX triplet: BC, AD and 30. RGB value is (188,173,48). Sum of RGB (Red+Green+Blue) = 188+173+48=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD30 is #4352CF. Grayscale: #A3A3A3. Windows color (decimal): -4412112 or 3190204. OLE color: 3190204.

HSL color Cylindrical-coordinate representation of color #BCAD30: hue angle of 53.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 #BCAD30 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 173 48 -
CMYK 0 0.08 0.74 0.26
HSL 53.57º 0.59% 0.46% -
HSV(B) 53.57º 0.74% 0.74% -
XYZ 36.22 40.79 8.76 -
YUV 163.24 62.97 145.66 -
System Red Green Blue C M Y K H S L
Decimal 188 173 48 0 0.08 0.74 0.26 53.57 0.59 0.46
Hex BC AD 30 0 8 4A 1A 36 3B 2E
Octal 274 255 60 0 10 112 32 66 73 56
Binary 10111100 10101101 110000 0 1000 1001010 11010 110110 111011 101110

Color Harmonies of #BCAD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD30

Black with #BCAD30

Text Example


Text Example

White with #BCAD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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