Html Css Color HEX #BCAB30 Earls Green

📋 copy color: '#BCAB30'

red 188 ◦ green 171 ◦ blue 48

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

Shades of Earls Green #BCAB30

Tints of Earls Green #BCAB30

RGB

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

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

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

R = 46.19%
G = 42.01%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCAB30 (or 0xBCAB30) is known color: Earls Green. HEX triplet: BC, AB and 30. RGB value is (188,171,48). Sum of RGB (Red+Green+Blue) = 188+171+48=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB30 is #4354CF. Grayscale: #A2A2A2. Windows color (decimal): -4412624 or 3189692. OLE color: 3189692.

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

Color convert

RGB 188 171 48 -
CMYK 0 0.09 0.74 0.26
HSL 52.71º 0.59% 0.46% -
HSV(B) 52.71º 0.74% 0.74% -
XYZ 35.84 40.03 8.63 -
YUV 162.06 63.63 146.5 -
System Red Green Blue C M Y K H S L
Decimal 188 171 48 0 0.09 0.74 0.26 52.71 0.59 0.46
Hex BC AB 30 0 9 4A 1A 35 3B 2E
Octal 274 253 60 0 11 112 32 65 73 56
Binary 10111100 10101011 110000 0 1001 1001010 11010 110101 111011 101110

Color Harmonies of #BCAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB30

Black with #BCAB30

Text Example


Text Example

White with #BCAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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