Html Css Color HEX #BCAB25 Earls Green

📋 copy color: '#BCAB25'

red 188 ◦ green 171 ◦ blue 37

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

Shades of Earls Green #BCAB25

Tints of Earls Green #BCAB25

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.18%

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

R = 47.47%
G = 43.18%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BCAB25 (or 0xBCAB25) is known color: Earls Green. HEX triplet: BC, AB and 25. RGB value is (188,171,37). Sum of RGB (Red+Green+Blue) = 188+171+37=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB25 is #4354DA. Grayscale: #A1A1A1. Windows color (decimal): -4412635 or 2468796. OLE color: 2468796.

HSL color Cylindrical-coordinate representation of color #BCAB25: hue angle of 53.25º 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 #BCAB25 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 37 -
CMYK 0 0.09 0.80 0.26
HSL 53.25º 0.67% 0.44% -
HSV(B) 53.25º 0.8% 0.74% -
XYZ 35.64 39.95 7.58 -
YUV 160.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 188 171 37 0 0.09 0.80 0.26 53.25 0.67 0.44
Hex BC AB 25 0 9 50 1A 35 43 2C
Octal 274 253 45 0 11 120 32 65 103 54
Binary 10111100 10101011 100101 0 1001 1010000 11010 110101 1000011 101100

Color Harmonies of #BCAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB25

Black with #BCAB25

Text Example


Text Example

White with #BCAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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