Html Css Color HEX #BCA31D Earls Green

📋 copy color: '#BCA31D'

red 188 ◦ green 163 ◦ blue 29

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

Shades of Earls Green #BCA31D

Tints of Earls Green #BCA31D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.89%

 BLUE value IS 29 (11.72% from 255) = 7.63%

R = 49.47%
G = 42.89%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BCA31D (or 0xBCA31D) is known color: Earls Green. HEX triplet: BC, A3 and 1D. RGB value is (188,163,29). Sum of RGB (Red+Green+Blue) = 188+163+29=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA31D is #435CE2. Grayscale: #9B9B9B. Windows color (decimal): -4414691 or 1942460. OLE color: 1942460.

HSL color Cylindrical-coordinate representation of color #BCA31D: hue angle of 50.57º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCA31D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 29 -
CMYK 0 0.13 0.85 0.26
HSL 50.57º 0.73% 0.43% -
HSV(B) 50.57º 0.85% 0.74% -
XYZ 34.06 36.97 6.5 -
YUV 155.2 56.78 151.4 -
System Red Green Blue C M Y K H S L
Decimal 188 163 29 0 0.13 0.85 0.26 50.57 0.73 0.43
Hex BC A3 1D 0 D 55 1A 33 49 2B
Octal 274 243 35 0 15 125 32 63 111 53
Binary 10111100 10100011 11101 0 1101 1010101 11010 110011 1001001 101011

Color Harmonies of #BCA31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA31D

Black with #BCA31D

Text Example


Text Example

White with #BCA31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA31D; }

 p { color: rgb(188,163,29); }

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

background-color css

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

 a { background-color: rgb(188,163,29); }

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

border-color css

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

 span { border-color: rgb(188,163,29); }

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