Html Css Color HEX #BCA430 Earls Green

📋 copy color: '#BCA430'

red 188 ◦ green 164 ◦ blue 48

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

Shades of Earls Green #BCA430

Tints of Earls Green #BCA430

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41%

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

R = 47%
G = 41%
B = 12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCA430 (or 0xBCA430) is known color: Earls Green. HEX triplet: BC, A4 and 30. RGB value is (188,164,48). Sum of RGB (Red+Green+Blue) = 188+164+48=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA430 is #435BCF. Grayscale: #9E9E9E. Windows color (decimal): -4414416 or 3187900. OLE color: 3187900.

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

Color convert

RGB 188 164 48 -
CMYK 0 0.13 0.74 0.26
HSL 49.71º 0.59% 0.46% -
HSV(B) 49.71º 0.74% 0.74% -
XYZ 34.55 37.46 8.21 -
YUV 157.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 188 164 48 0 0.13 0.74 0.26 49.71 0.59 0.46
Hex BC A4 30 0 D 4A 1A 32 3B 2E
Octal 274 244 60 0 15 112 32 62 73 56
Binary 10111100 10100100 110000 0 1101 1001010 11010 110010 111011 101110

Color Harmonies of #BCA430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA430

Black with #BCA430

Text Example


Text Example

White with #BCA430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA430; }

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

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

background-color css

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

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

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

border-color css

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

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

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