Html Css Color HEX #BCA72D Earls Green

📋 copy color: '#BCA72D'

red 188 ◦ green 167 ◦ blue 45

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

Shades of Earls Green #BCA72D

Tints of Earls Green #BCA72D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.75%

 BLUE value IS 45 (17.97% from 255) = 11.25%

R = 47%
G = 41.75%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BCA72D (or 0xBCA72D) is known color: Earls Green. HEX triplet: BC, A7 and 2D. RGB value is (188,167,45). Sum of RGB (Red+Green+Blue) = 188+167+45=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA72D is #4358D2. Grayscale: #9F9F9F. Windows color (decimal): -4413651 or 2992060. OLE color: 2992060.

HSL color Cylindrical-coordinate representation of color #BCA72D: hue angle of 51.19º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCA72D is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 167 45 -
CMYK 0 0.11 0.76 0.26
HSL 51.19º 0.61% 0.46% -
HSV(B) 51.19º 0.76% 0.74% -
XYZ 35.03 38.52 8.07 -
YUV 159.37 63.46 148.42 -
System Red Green Blue C M Y K H S L
Decimal 188 167 45 0 0.11 0.76 0.26 51.19 0.61 0.46
Hex BC A7 2D 0 B 4C 1A 33 3D 2E
Octal 274 247 55 0 13 114 32 63 75 56
Binary 10111100 10100111 101101 0 1011 1001100 11010 110011 111101 101110

Color Harmonies of #BCA72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA72D

Black with #BCA72D

Text Example


Text Example

White with #BCA72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA72D; }

 p { color: rgb(188,167,45); }

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

background-color css

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

 a { background-color: rgb(188,167,45); }

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

border-color css

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

 span { border-color: rgb(188,167,45); }

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