Html Css Color HEX #BCAD25 Earls Green

📋 copy color: '#BCAD25'

red 188 ◦ green 173 ◦ blue 37

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

Shades of Earls Green #BCAD25

Tints of Earls Green #BCAD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.3%

R = 47.24%
G = 43.47%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BCAD25 (or 0xBCAD25) is known color: Earls Green. HEX triplet: BC, AD and 25. RGB value is (188,173,37). Sum of RGB (Red+Green+Blue) = 188+173+37=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD25 is #4352DA. Grayscale: #A2A2A2. Windows color (decimal): -4412123 or 2469308. OLE color: 2469308.

HSL color Cylindrical-coordinate representation of color #BCAD25: hue angle of 54.04º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCAD25 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 173 37 -
CMYK 0 0.08 0.80 0.26
HSL 54.04º 0.67% 0.44% -
HSV(B) 54.04º 0.8% 0.74% -
XYZ 36.02 40.71 7.71 -
YUV 161.98 57.47 146.56 -
System Red Green Blue C M Y K H S L
Decimal 188 173 37 0 0.08 0.80 0.26 54.04 0.67 0.44
Hex BC AD 25 0 8 50 1A 36 43 2C
Octal 274 255 45 0 10 120 32 66 103 54
Binary 10111100 10101101 100101 0 1000 1010000 11010 110110 1000011 101100

Color Harmonies of #BCAD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD25

Black with #BCAD25

Text Example


Text Example

White with #BCAD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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